Html Css Color HEX #B9162E Cardinal

📋 copy color: '#B9162E'

red 185 ◦ green 22 ◦ blue 46

#B9162E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B9162E

Tints of Cardinal #B9162E

RGB

 RED value IS 185 (72.66% from 255) = 73.12%

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 73.12%
G = 8.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9162E (or 0xB9162E) is known color: Cardinal. HEX triplet: B9, 16 and 2E. RGB value is (185,22,46). Sum of RGB (Red+Green+Blue) = 185+22+46=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9162E is #46E9D1. Grayscale: #494949. Windows color (decimal): -4647378 or 3020473. OLE color: 3020473.

HSL color Cylindrical-coordinate representation of color #B9162E: hue angle of 351.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9162E is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 46 -
CMYK 0 0.88 0.75 0.27
HSL 351.17º 0.79% 0.41% -
HSV(B) 351.17º 0.88% 0.73% -
XYZ 20.79 11.09 3.63 -
YUV 73.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 185 22 46 0 0.88 0.75 0.27 351.17 0.79 0.41
Hex B9 16 2E 0 58 4B 1B 15F 4F 29
Octal 271 26 56 0 130 113 33 537 117 51
Binary 10111001 10110 101110 0 1011000 1001011 11011 101011111 1001111 101001

Color Harmonies of #B9162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9162E

Black with #B9162E

Text Example


Text Example

White with #B9162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9162E; }

 p { color: rgb(185,22,46); }

 H1.HeaderClassName
 {
   color: #B9162E;
 }
 .AnyTagClassName
 {
   color: #B9162E;
 }
</style>

background-color css

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

 a { background-color: rgb(185,22,46); }

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

border-color css

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

 span { border-color: rgb(185,22,46); }

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