#B00E2D

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

Shades of Cardinal #B00E2D

Tints of Cardinal #B00E2D

Color information

#B00E2D (or 0xB00E2D) is unknown color: approx Cardinal. HEX triplet: B0, 0E and 2D. RGB value is (176,14,45). Sum of RGB (Red+Green+Blue) = 176+14+45=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E2D is #4FF1D2. Grayscale: #424242. Windows color (decimal): -5239251 or 2952880. OLE color: 2952880.

HSL color Cylindrical-coordinate representation of color #B00E2D: hue angle of 348.52º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E2D is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1761445-
CMYK00.920.740.31
HSL348.52º85.26%37.25%-
HSV(B)348.52º92.05%69.02%-
XYZ18.549.733.38-
YUV65.97116.17206.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 74.89%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 45 (17.97% from 255) = 19.15%
R=74.89%
G=5.96%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176144500.920.740.31348.5285.2637.25
HexB0E2D05C4A1F15d5525
Octal260165501341123753512545
Binary101100001110101101010111001001010111111010111011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00E2D; }

 p { color: rgb(176,14,45); }

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

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

 a { background-color: rgb(176,14,45); }

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

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

 span { border-color: rgb(176,14,45); }

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