#B9112A

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

Shades of Cardinal #B9112A

Tints of Cardinal #B9112A

Color information

#B9112A (or 0xB9112A) is unknown color: approx Cardinal. HEX triplet: B9, 11 and 2A. RGB value is (185,17,42). Sum of RGB (Red+Green+Blue) = 185+17+42=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B9112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9112A is #46EED5. Grayscale: #464646. Windows color (decimal): -4648662 or 2757049. OLE color: 2757049.

HSL color Cylindrical-coordinate representation of color #B9112A: hue angle of 351.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9112A is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1851742-
CMYK00.910.770.27
HSL351.07º83.17%39.61%-
HSV(B)351.07º90.81%72.55%-
XYZ20.6310.883.2-
YUV70.08112.16209.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=75.82%
G=6.97%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185174200.910.770.27351.0783.1739.61
HexB9112A05B4D1B15f5328
Octal271215201331153353712350
Binary1011100110001101010010110111001101110111010111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9112A; }

 p { color: rgb(185,17,42); }

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

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

 a { background-color: rgb(185,17,42); }

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

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

 span { border-color: rgb(185,17,42); }

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