#BE1840

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

Shades of Cardinal #BE1840

Tints of Cardinal #BE1840

Color information

#BE1840 (or 0xBE1840) is unknown color: approx Cardinal. HEX triplet: BE, 18 and 40. RGB value is (190,24,64). Sum of RGB (Red+Green+Blue) = 190+24+64=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1840 is #41E7BF. Grayscale: #4E4E4E. Windows color (decimal): -4319168 or 4200638. OLE color: 4200638.

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

Color convert

RGB1902464-
CMYK00.870.660.25
HSL345.54º77.57%41.96%-
HSV(B)345.54º87.37%74.51%-
XYZ22.4911.975.98-
YUV78.19120207.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 24 (9.77% from 255) = 8.63%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=68.35%
G=8.63%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190246400.870.660.25345.5477.5741.96
HexBE1840057421915a4e2a
Octal2763010001271023153211652
Binary10111110110001000000010101111000010110011010110101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1840; }

 p { color: rgb(190,24,64); }

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

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

 a { background-color: rgb(190,24,64); }

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

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

 span { border-color: rgb(190,24,64); }

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