#BE2531

Color #BE2531 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE2531

Tints of Cardinal #BE2531

Color information

#BE2531 (or 0xBE2531) is unknown color: approx Cardinal. HEX triplet: BE, 25 and 31. RGB value is (190,37,49). Sum of RGB (Red+Green+Blue) = 190+37+49=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2531 is #41DACE. Grayscale: #545454. Windows color (decimal): -4315855 or 3220926. OLE color: 3220926.

HSL color Cylindrical-coordinate representation of color #BE2531: hue angle of 355.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2531 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1903749-
CMYK00.810.740.25
HSL355.29º67.4%44.51%-
HSV(B)355.29º80.53%74.51%-
XYZ22.4512.494.13-
YUV84.12108.19203.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 49 (19.53% from 255) = 17.75%
R=68.84%
G=13.41%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190374900.810.740.25355.2967.444.51
HexBE25310514A19163432d
Octal276456101211123154310355
Binary10111110100101110001010100011001010110011011000111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2531; }

 p { color: rgb(190,37,49); }

 H1.HeaderClassName
 {
   color: #BE2531;
 }
 .AnyTagClassName
 {
   color: #BE2531;
 }
</style>
background-color css

<style>
 a { background-color: #BE2531; }

 a { background-color: rgb(190,37,49); }

 div.DivClassName
 {
   background-color: #BE2531;
 }
 .BgClassName
 {
   background-color: #BE2531;
 }
</style>
border-color css

<style>
 span { border-color: #BE2531; }

 span { border-color: rgb(190,37,49); }

 td.TdClassName
 {
   border-color: #BE2531;
 }
 .TagClassName
 {
   border-color: #BE2531;
 }
</style>