#BE1932

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

Shades of Cardinal #BE1932

Tints of Cardinal #BE1932

Color information

#BE1932 (or 0xBE1932) is unknown color: approx Cardinal. HEX triplet: BE, 19 and 32. RGB value is (190,25,50). Sum of RGB (Red+Green+Blue) = 190+25+50=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1932 is #41E6CD. Grayscale: #4D4D4D. Windows color (decimal): -4318926 or 3283390. OLE color: 3283390.

HSL color Cylindrical-coordinate representation of color #BE1932: hue angle of 350.91º degrees, saturation: 0.77, 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 #BE1932 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1902550-
CMYK00.870.740.25
HSL350.91º76.74%42.16%-
HSV(B)350.91º86.84%74.51%-
XYZ22.1611.874.14-
YUV77.18112.66208.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 71.70%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=71.70%
G=9.43%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190255000.870.740.25350.9176.7442.16
HexBE19320574A1915f4d2a
Octal276316201271123153711552
Binary1011111011001110010010101111001010110011010111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1932; }

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

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

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

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

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

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

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

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