#B00E3D

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

Shades of Cardinal #B00E3D

Tints of Cardinal #B00E3D

Color information

#B00E3D (or 0xB00E3D) is unknown color: approx Cardinal. HEX triplet: B0, 0E and 3D. RGB value is (176,14,61). Sum of RGB (Red+Green+Blue) = 176+14+61=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00E3D is #4FF1C2. Grayscale: #434343. Windows color (decimal): -5239235 or 4001456. OLE color: 4001456.

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

Color convert

RGB1761461-
CMYK00.920.650.31
HSL342.59º85.26%37.25%-
HSV(B)342.59º92.05%69.02%-
XYZ18.99.885.33-
YUV67.8124.17205.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.12%
GREEN value IS 14 (5.86% from 255) = 5.58%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=70.12%
G=5.58%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176146100.920.650.31342.5985.2637.25
HexB0E3D05C411F1575525
Octal260167501341013752712545
Binary101100001110111101010111001000001111111010101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00E3D; }

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

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

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

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

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

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

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

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