#BE1E42

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

Shades of Cardinal #BE1E42

Tints of Cardinal #BE1E42

Color information

#BE1E42 (or 0xBE1E42) is unknown color: approx Cardinal. HEX triplet: BE, 1E and 42. RGB value is (190,30,66). Sum of RGB (Red+Green+Blue) = 190+30+66=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E42 is #41E1BD. Grayscale: #515151. Windows color (decimal): -4317630 or 4333246. OLE color: 4333246.

HSL color Cylindrical-coordinate representation of color #BE1E42: hue angle of 346.5º 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 #BE1E42 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1903066-
CMYK00.840.650.25
HSL346.5º72.73%43.14%-
HSV(B)346.5º84.21%74.51%-
XYZ22.6812.276.33-
YUV81.94119.01205.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 30 (12.11% from 255) = 10.49%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=66.43%
G=10.49%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190306600.840.650.25346.572.7343.14
HexBE1E42054411915a492b
Octal2763610201241013153211153
Binary10111110111101000010010101001000001110011010110101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E42; }

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

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

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

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

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

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

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

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