#BE1E43

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

Shades of Cardinal #BE1E43

Tints of Cardinal #BE1E43

Color information

#BE1E43 (or 0xBE1E43) is unknown color: approx Cardinal. HEX triplet: BE, 1E and 43. RGB value is (190,30,67). Sum of RGB (Red+Green+Blue) = 190+30+67=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E43 is #41E1BC. Grayscale: #525252. Windows color (decimal): -4317629 or 4398782. OLE color: 4398782.

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

Color convert

RGB1903067-
CMYK00.840.650.25
HSL346.12º72.73%43.14%-
HSV(B)346.12º84.21%74.51%-
XYZ22.7112.286.48-
YUV82.06119.51204.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 30 (12.11% from 255) = 10.45%
BLUE value IS 67 (26.56% from 255) = 23.34%
R=66.20%
G=10.45%
B=23.34%

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
Decimal190306700.840.650.25346.1272.7343.14
HexBE1E43054411915a492b
Octal2763610301241013153211153
Binary10111110111101000011010101001000001110011010110101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1E43; }

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

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

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

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

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

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

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

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