#B11648

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

Shades of Cardinal #B11648

Tints of Cardinal #B11648

Color information

#B11648 (or 0xB11648) is unknown color: approx Cardinal. HEX triplet: B1, 16 and 48. RGB value is (177,22,72). Sum of RGB (Red+Green+Blue) = 177+22+72=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B11648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11648 is #4EE9B7. Grayscale: #4A4A4A. Windows color (decimal): -5171640 or 4724401. OLE color: 4724401.

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

Color convert

RGB1772272-
CMYK00.880.590.31
HSL340.65º77.89%39.02%-
HSV(B)340.65º87.57%69.41%-
XYZ19.5910.397.1-
YUV74.04126.85201.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.31%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=65.31%
G=8.12%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177227200.880.590.31340.6577.8939.02
HexB116480583B1F1554e27
Octal261261100130733752511647
Binary1011000110110100100001011000111011111111010101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11648; }

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

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

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

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

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

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

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

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