#B10B44

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

Shades of Cardinal #B10B44

Tints of Cardinal #B10B44

Color information

#B10B44 (or 0xB10B44) is unknown color: approx Cardinal. HEX triplet: B1, 0B and 44. RGB value is (177,11,68). Sum of RGB (Red+Green+Blue) = 177+11+68=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10B44 is #4EF4BB. Grayscale: #434343. Windows color (decimal): -5174460 or 4459441. OLE color: 4459441.

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

Color convert

RGB1771168-
CMYK00.940.620.31
HSL339.4º88.3%36.86%-
HSV(B)339.4º93.79%69.41%-
XYZ19.29106.38-
YUV67.13128.5206.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.14%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 68 (26.95% from 255) = 26.56%
R=69.14%
G=4.30%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177116800.940.620.31339.488.336.86
HexB1B4405E3E1F1535825
Octal261131040136763752313045
Binary101100011011100010001011110111110111111010100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B44; }

 p { color: rgb(177,11,68); }

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

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

 a { background-color: rgb(177,11,68); }

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

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

 span { border-color: rgb(177,11,68); }

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