#BE0F2E

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

Shades of Cardinal #BE0F2E

Tints of Cardinal #BE0F2E

Color information

#BE0F2E (or 0xBE0F2E) is unknown color: approx Cardinal. HEX triplet: BE, 0F and 2E. RGB value is (190,15,46). Sum of RGB (Red+Green+Blue) = 190+15+46=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F2E is #41F0D1. Grayscale: #464646. Windows color (decimal): -4321490 or 3018686. OLE color: 3018686.

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

Color convert

RGB1901546-
CMYK00.920.760.25
HSL349.37º85.37%40.2%-
HSV(B)349.37º92.11%74.51%-
XYZ21.911.493.65-
YUV70.86113.98212.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 75.70%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 46 (18.36% from 255) = 18.33%
R=75.70%
G=5.98%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190154600.920.760.25349.3785.3740.2
HexBEF2E05C4C1915d5528
Octal276175601341143153512550
Binary101111101111101110010111001001100110011010111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F2E; }

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

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

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

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

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

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

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

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