#B01339

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

Shades of Cardinal #B01339

Tints of Cardinal #B01339

Color information

#B01339 (or 0xB01339) is unknown color: approx Cardinal. HEX triplet: B0, 13 and 39. RGB value is (176,19,57). Sum of RGB (Red+Green+Blue) = 176+19+57=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B01339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01339 is #4FECC6. Grayscale: #464646. Windows color (decimal): -5237959 or 3740592. OLE color: 3740592.

HSL color Cylindrical-coordinate representation of color #B01339: hue angle of 345.48º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01339 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1761957-
CMYK00.890.680.31
HSL345.48º80.51%38.24%-
HSV(B)345.48º89.2%69.02%-
XYZ18.889.994.8-
YUV70.27120.51203.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 19 (7.81% from 255) = 7.54%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=69.84%
G=7.54%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176195700.890.680.31345.4880.5138.24
HexB01339059441F1595126
Octal260237101311043753112146
Binary1011000010011111001010110011000100111111010110011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01339; }

 p { color: rgb(176,19,57); }

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

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

 a { background-color: rgb(176,19,57); }

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

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

 span { border-color: rgb(176,19,57); }

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