#BE1E29

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

Shades of Cardinal #BE1E29

Tints of Cardinal #BE1E29

Color information

#BE1E29 (or 0xBE1E29) is unknown color: approx Cardinal. HEX triplet: BE, 1E and 29. RGB value is (190,30,41). Sum of RGB (Red+Green+Blue) = 190+30+41=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E29 is #41E1D6. Grayscale: #4F4F4F. Windows color (decimal): -4317655 or 2694846. OLE color: 2694846.

HSL color Cylindrical-coordinate representation of color #BE1E29: hue angle of 355.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E29 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1903041-
CMYK00.840.780.25
HSL355.88º72.73%43.14%-
HSV(B)355.88º84.21%74.51%-
XYZ22.112.043.26-
YUV79.09106.51207.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.80%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=72.80%
G=11.49%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190304100.840.780.25355.8872.7343.14
HexBE1E290544E19164492b
Octal276365101241163154411153
Binary1011111011110101001010101001001110110011011001001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E29; }

 p { color: rgb(190,30,41); }

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

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

 a { background-color: rgb(190,30,41); }

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

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

 span { border-color: rgb(190,30,41); }

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