Html Css Color HEX #B9173F Cardinal

📋 copy color: '#B9173F'

red 185 ◦ green 23 ◦ blue 63

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

Shades of Cardinal #B9173F

Tints of Cardinal #B9173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 63 (25% from 255) = 23.25%

R = 68.27%
G = 8.49%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9173F (or 0xB9173F) is known color: Cardinal. HEX triplet: B9, 17 and 3F. RGB value is (185,23,63). Sum of RGB (Red+Green+Blue) = 185+23+63=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9173F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9173F is #46E8C0. Grayscale: #4C4C4C. Windows color (decimal): -4647105 or 4134841. OLE color: 4134841.

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

Color convert

RGB 185 23 63 -
CMYK 0 0.88 0.66 0.27
HSL 345.19º 0.78% 0.41% -
HSV(B) 345.19º 0.88% 0.73% -
XYZ 21.21 11.29 5.76 -
YUV 76 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 185 23 63 0 0.88 0.66 0.27 345.19 0.78 0.41
Hex B9 17 3F 0 58 42 1B 159 4E 29
Octal 271 27 77 0 130 102 33 531 116 51
Binary 10111001 10111 111111 0 1011000 1000010 11011 101011001 1001110 101001

Color Harmonies of #B9173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9173F

Black with #B9173F

Text Example


Text Example

White with #B9173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9173F; }

 p { color: rgb(185,23,63); }

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

background-color css

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

 a { background-color: rgb(185,23,63); }

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

border-color css

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

 span { border-color: rgb(185,23,63); }

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