Html Css Color HEX #B9162B Cardinal

📋 copy color: '#B9162B'

red 185 ◦ green 22 ◦ blue 43

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

Shades of Cardinal #B9162B

Tints of Cardinal #B9162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 74%
G = 8.8%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9162B (or 0xB9162B) is known color: Cardinal. HEX triplet: B9, 16 and 2B. RGB value is (185,22,43). Sum of RGB (Red+Green+Blue) = 185+22+43=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9162B is #46E9D4. Grayscale: #494949. Windows color (decimal): -4647381 or 2823865. OLE color: 2823865.

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

Color convert

RGB 185 22 43 -
CMYK 0 0.88 0.77 0.27
HSL 352.27º 0.79% 0.41% -
HSV(B) 352.27º 0.88% 0.73% -
XYZ 20.73 11.06 3.33 -
YUV 73.13 111 207.79 -
System Red Green Blue C M Y K H S L
Decimal 185 22 43 0 0.88 0.77 0.27 352.27 0.79 0.41
Hex B9 16 2B 0 58 4D 1B 160 4F 29
Octal 271 26 53 0 130 115 33 540 117 51
Binary 10111001 10110 101011 0 1011000 1001101 11011 101100000 1001111 101001

Color Harmonies of #B9162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9162B

Black with #B9162B

Text Example


Text Example

White with #B9162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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