#B01B44

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

Shades of Cardinal #B01B44

Tints of Cardinal #B01B44

Color information

#B01B44 (or 0xB01B44) is unknown color: approx Cardinal. HEX triplet: B0, 1B and 44. RGB value is (176,27,68). Sum of RGB (Red+Green+Blue) = 176+27+68=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B44 is #4FE4BB. Grayscale: #4C4C4C. Windows color (decimal): -5235900 or 4463536. OLE color: 4463536.

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

Color convert

RGB1762768-
CMYK00.850.610.31
HSL343.49º73.4%39.8%-
HSV(B)343.49º84.66%69.02%-
XYZ19.3410.436.46-
YUV76.22123.36199.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 27 (10.94% from 255) = 9.96%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=64.94%
G=9.96%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176276800.850.610.31343.4973.439.8
HexB01B440553D1F1574928
Octal260331040125753752711150
Binary1011000011011100010001010101111101111111010101111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01B44; }

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

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

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

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

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

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

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

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