#B11A26

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

Shades of Cardinal #B11A26

Tints of Cardinal #B11A26

Color information

#B11A26 (or 0xB11A26) is unknown color: approx Cardinal. HEX triplet: B1, 1A and 26. RGB value is (177,26,38). Sum of RGB (Red+Green+Blue) = 177+26+38=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A26 is #4EE5D9. Grayscale: #484848. Windows color (decimal): -5170650 or 2497201. OLE color: 2497201.

HSL color Cylindrical-coordinate representation of color #B11A26: hue angle of 355.23º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A26 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1772638-
CMYK00.850.790.31
HSL355.23º74.38%39.8%-
HSV(B)355.23º85.31%69.41%-
XYZ18.8510.232.81-
YUV72.52108.53202.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 38 (15.23% from 255) = 15.77%
R=73.44%
G=10.79%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177263800.850.790.31355.2374.3839.8
HexB11A260554F1F1634a28
Octal261324601251173754311250
Binary1011000111010100110010101011001111111111011000111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A26; }

 p { color: rgb(177,26,38); }

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

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

 a { background-color: rgb(177,26,38); }

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

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

 span { border-color: rgb(177,26,38); }

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