#BE1232

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

Shades of Cardinal #BE1232

Tints of Cardinal #BE1232

Color information

#BE1232 (or 0xBE1232) is unknown color: approx Cardinal. HEX triplet: BE, 12 and 32. RGB value is (190,18,50). Sum of RGB (Red+Green+Blue) = 190+18+50=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1232 is #41EDCD. Grayscale: #494949. Windows color (decimal): -4320718 or 3281598. OLE color: 3281598.

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

Color convert

RGB1901850-
CMYK00.910.740.25
HSL348.84º82.69%40.78%-
HSV(B)348.84º90.53%74.51%-
XYZ22.0311.614.1-
YUV73.08114.98211.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.64%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 50 (19.92% from 255) = 19.38%
R=73.64%
G=6.98%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190185000.910.740.25348.8482.6940.78
HexBE123205B4A1915d5329
Octal276226201331123153512351
Binary1011111010010110010010110111001010110011010111011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1232; }

 p { color: rgb(190,18,50); }

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

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

 a { background-color: rgb(190,18,50); }

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

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

 span { border-color: rgb(190,18,50); }

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