#B11627

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

Shades of Cardinal #B11627

Tints of Cardinal #B11627

Color information

#B11627 (or 0xB11627) is unknown color: approx Cardinal. HEX triplet: B1, 16 and 27. RGB value is (177,22,39). Sum of RGB (Red+Green+Blue) = 177+22+39=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B11627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11627 is #4EE9D8. Grayscale: #464646. Windows color (decimal): -5171673 or 2561713. OLE color: 2561713.

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

Color convert

RGB1772239-
CMYK00.880.780.31
HSL353.42º77.89%39.02%-
HSV(B)353.42º87.57%69.41%-
XYZ18.7810.072.87-
YUV70.28110.35204.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.37%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=74.37%
G=9.24%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177223900.880.780.31353.4277.8939.02
HexB116270584E1F1614e27
Octal261264701301163754111647
Binary1011000110110100111010110001001110111111011000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11627; }

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

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

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

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

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

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

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

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