#B11840

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

Shades of Cardinal #B11840

Tints of Cardinal #B11840

Color information

#B11840 (or 0xB11840) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 40. RGB value is (177,24,64). Sum of RGB (Red+Green+Blue) = 177+24+64=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B11840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11840 is #4EE7BF. Grayscale: #4A4A4A. Windows color (decimal): -5171136 or 4200625. OLE color: 4200625.

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

Color convert

RGB1772464-
CMYK00.860.640.31
HSL344.31º76.12%39.41%-
HSV(B)344.31º86.44%69.41%-
XYZ19.3810.375.83-
YUV74.31122.19201.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=66.79%
G=9.06%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177246400.860.640.31344.3176.1239.41
HexB11840056401F1584c27
Octal2613010001261003753011447
Binary10110001110001000000010101101000000111111010110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11840; }

 p { color: rgb(177,24,64); }

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

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

 a { background-color: rgb(177,24,64); }

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

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

 span { border-color: rgb(177,24,64); }

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