#BE0F2F

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

Shades of Cardinal #BE0F2F

Tints of Cardinal #BE0F2F

Color information

#BE0F2F (or 0xBE0F2F) is unknown color: approx Cardinal. HEX triplet: BE, 0F and 2F. RGB value is (190,15,47). Sum of RGB (Red+Green+Blue) = 190+15+47=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F2F is #41F0D0. Grayscale: #474747. Windows color (decimal): -4321489 or 3084222. OLE color: 3084222.

HSL color Cylindrical-coordinate representation of color #BE0F2F: hue angle of 349.03º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F2F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1901547-
CMYK00.920.750.25
HSL349.03º85.37%40.2%-
HSV(B)349.03º92.11%74.51%-
XYZ21.9211.493.75-
YUV70.97114.48212.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.40%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=75.40%
G=5.95%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190154700.920.750.25349.0385.3740.2
HexBEF2F05C4B1915d5528
Octal276175701341133153512550
Binary101111101111101111010111001001011110011010111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F2F; }

 p { color: rgb(190,15,47); }

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

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

 a { background-color: rgb(190,15,47); }

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

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

 span { border-color: rgb(190,15,47); }

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