#B1162A

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

Shades of Cardinal #B1162A

Tints of Cardinal #B1162A

Color information

#B1162A (or 0xB1162A) is unknown color: approx Cardinal. HEX triplet: B1, 16 and 2A. RGB value is (177,22,42). Sum of RGB (Red+Green+Blue) = 177+22+42=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1162A is #4EE9D5. Grayscale: #464646. Windows color (decimal): -5171670 or 2758321. OLE color: 2758321.

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

Color convert

RGB1772242-
CMYK00.880.760.31
HSL352.26º77.89%39.02%-
HSV(B)352.26º87.57%69.41%-
XYZ18.8410.093.14-
YUV70.62111.85203.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=73.44%
G=9.13%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177224200.880.760.31352.2677.8939.02
HexB1162A0584C1F1604e27
Octal261265201301143754011647
Binary1011000110110101010010110001001100111111011000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1162A; }

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

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

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

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

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

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

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

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