Html Css Color HEX #B9163B Cardinal

📋 copy color: '#B9163B'

red 185 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #B9163B

Tints of Cardinal #B9163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 69.55%
G = 8.27%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9163B (or 0xB9163B) is known color: Cardinal. HEX triplet: B9, 16 and 3B. RGB value is (185,22,59). Sum of RGB (Red+Green+Blue) = 185+22+59=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9163B is #46E9C4. Grayscale: #4A4A4A. Windows color (decimal): -4647365 or 3872441. OLE color: 3872441.

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

Color convert

RGB 185 22 59 -
CMYK 0 0.88 0.68 0.27
HSL 346.38º 0.79% 0.41% -
HSV(B) 346.38º 0.88% 0.73% -
XYZ 21.08 11.2 5.19 -
YUV 74.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 185 22 59 0 0.88 0.68 0.27 346.38 0.79 0.41
Hex B9 16 3B 0 58 44 1B 15A 4F 29
Octal 271 26 73 0 130 104 33 532 117 51
Binary 10111001 10110 111011 0 1011000 1000100 11011 101011010 1001111 101001

Color Harmonies of #B9163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9163B

Black with #B9163B

Text Example


Text Example

White with #B9163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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