#B11628

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

Shades of Cardinal #B11628

Tints of Cardinal #B11628

Color information

#B11628 (or 0xB11628) is unknown color: approx Cardinal. HEX triplet: B1, 16 and 28. RGB value is (177,22,40). Sum of RGB (Red+Green+Blue) = 177+22+40=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B11628 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11628 is #4EE9D7. Grayscale: #464646. Windows color (decimal): -5171672 or 2627249. OLE color: 2627249.

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

Color convert

RGB1772240-
CMYK00.880.770.31
HSL353.03º77.89%39.02%-
HSV(B)353.03º87.57%69.41%-
XYZ18.810.072.96-
YUV70.4110.85204.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.06%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=74.06%
G=9.21%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177224000.880.770.31353.0377.8939.02
HexB116280584D1F1614e27
Octal261265001301153754111647
Binary1011000110110101000010110001001101111111011000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11628; }

 p { color: rgb(177,22,40); }

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

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

 a { background-color: rgb(177,22,40); }

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

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

 span { border-color: rgb(177,22,40); }

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