Html Css Color HEX #B1172F Cardinal

📋 copy color: '#B1172F'

red 177 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #B1172F

Tints of Cardinal #B1172F

RGB

 RED value IS 177 (69.53% from 255) = 71.66%

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 71.66%
G = 9.31%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1172F (or 0xB1172F) is known color: Cardinal. HEX triplet: B1, 17 and 2F. RGB value is (177,23,47). Sum of RGB (Red+Green+Blue) = 177+23+47=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1172F is #4EE8D0. Grayscale: #474747. Windows color (decimal): -5171409 or 3086257. OLE color: 3086257.

HSL color Cylindrical-coordinate representation of color #B1172F: hue angle of 350.65º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1172F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 47 -
CMYK 0 0.87 0.73 0.31
HSL 350.65º 0.77% 0.39% -
HSV(B) 350.65º 0.87% 0.69% -
XYZ 18.95 10.17 3.65 -
YUV 71.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 177 23 47 0 0.87 0.73 0.31 350.65 0.77 0.39
Hex B1 17 2F 0 57 49 1F 15F 4D 27
Octal 261 27 57 0 127 111 37 537 115 47
Binary 10110001 10111 101111 0 1010111 1001001 11111 101011111 1001101 100111

Color Harmonies of #B1172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1172F

Black with #B1172F

Text Example


Text Example

White with #B1172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1172F; }

 p { color: rgb(177,23,47); }

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

background-color css

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

 a { background-color: rgb(177,23,47); }

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

border-color css

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

 span { border-color: rgb(177,23,47); }

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