#B01B3E

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

Shades of Cardinal #B01B3E

Tints of Cardinal #B01B3E

Color information

#B01B3E (or 0xB01B3E) is unknown color: approx Cardinal. HEX triplet: B0, 1B and 3E. RGB value is (176,27,62). Sum of RGB (Red+Green+Blue) = 176+27+62=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B3E is #4FE4C1. Grayscale: #4B4B4B. Windows color (decimal): -5235906 or 4070320. OLE color: 4070320.

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

Color convert

RGB1762762-
CMYK00.850.650.31
HSL345.91º73.4%39.8%-
HSV(B)345.91º84.66%69.02%-
XYZ19.1710.365.55-
YUV75.54120.36199.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=66.42%
G=10.19%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176276200.850.650.31345.9173.439.8
HexB01B3E055411F15a4928
Octal260337601251013753211150
Binary1011000011011111110010101011000001111111010110101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01B3E; }

 p { color: rgb(176,27,62); }

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

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

 a { background-color: rgb(176,27,62); }

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

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

 span { border-color: rgb(176,27,62); }

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