Html Css Color HEX #B1162E Cardinal

📋 copy color: '#B1162E'

red 177 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #B1162E

Tints of Cardinal #B1162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.78%

R = 72.24%
G = 8.98%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B1162E (or 0xB1162E) is known color: Cardinal. HEX triplet: B1, 16 and 2E. RGB value is (177,22,46). Sum of RGB (Red+Green+Blue) = 177+22+46=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1162E is #4EE9D1. Grayscale: #474747. Windows color (decimal): -5171666 or 3020465. OLE color: 3020465.

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

Color convert

RGB 177 22 46 -
CMYK 0 0.88 0.74 0.31
HSL 350.71º 0.78% 0.39% -
HSV(B) 350.71º 0.88% 0.69% -
XYZ 18.91 10.12 3.54 -
YUV 71.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 177 22 46 0 0.88 0.74 0.31 350.71 0.78 0.39
Hex B1 16 2E 0 58 4A 1F 15F 4E 27
Octal 261 26 56 0 130 112 37 537 116 47
Binary 10110001 10110 101110 0 1011000 1001010 11111 101011111 1001110 100111

Color Harmonies of #B1162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1162E

Black with #B1162E

Text Example


Text Example

White with #B1162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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