Html Css Color HEX #B1162F Cardinal

📋 copy color: '#B1162F'

red 177 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #B1162F

Tints of Cardinal #B1162F

RGB

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

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

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

R = 71.95%
G = 8.94%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1162F (or 0xB1162F) is known color: Cardinal. HEX triplet: B1, 16 and 2F. RGB value is (177,22,47). Sum of RGB (Red+Green+Blue) = 177+22+47=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B1162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1162F is #4EE9D0. Grayscale: #474747. Windows color (decimal): -5171665 or 3086001. OLE color: 3086001.

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

Color convert

RGB 177 22 47 -
CMYK 0 0.88 0.73 0.31
HSL 350.32º 0.78% 0.39% -
HSV(B) 350.32º 0.88% 0.69% -
XYZ 18.93 10.13 3.65 -
YUV 71.2 114.35 203.47 -
System Red Green Blue C M Y K H S L
Decimal 177 22 47 0 0.88 0.73 0.31 350.32 0.78 0.39
Hex B1 16 2F 0 58 49 1F 15E 4E 27
Octal 261 26 57 0 130 111 37 536 116 47
Binary 10110001 10110 101111 0 1011000 1001001 11111 101011110 1001110 100111

Color Harmonies of #B1162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1162F

Black with #B1162F

Text Example


Text Example

White with #B1162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1162F; }

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

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

background-color css

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

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

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

border-color css

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

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

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