Html Css Color HEX #B9172B Cardinal

📋 copy color: '#B9172B'

red 185 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #B9172B

Tints of Cardinal #B9172B

RGB

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

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

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

R = 73.71%
G = 9.16%
B = 17.13%

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

#B9172B (or 0xB9172B) is known color: Cardinal. HEX triplet: B9, 17 and 2B. RGB value is (185,23,43). Sum of RGB (Red+Green+Blue) = 185+23+43=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9172B is #46E8D4. Grayscale: #494949. Windows color (decimal): -4647125 or 2824121. OLE color: 2824121.

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

Color convert

RGB 185 23 43 -
CMYK 0 0.88 0.77 0.27
HSL 352.59º 0.78% 0.41% -
HSV(B) 352.59º 0.88% 0.73% -
XYZ 20.75 11.1 3.33 -
YUV 73.72 110.67 207.37 -
System Red Green Blue C M Y K H S L
Decimal 185 23 43 0 0.88 0.77 0.27 352.59 0.78 0.41
Hex B9 17 2B 0 58 4D 1B 161 4E 29
Octal 271 27 53 0 130 115 33 541 116 51
Binary 10111001 10111 101011 0 1011000 1001101 11011 101100001 1001110 101001

Color Harmonies of #B9172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9172B

Black with #B9172B

Text Example


Text Example

White with #B9172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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