Html Css Color HEX #B1162A Cardinal

📋 copy color: '#B1162A'

red 177 ◦ green 22 ◦ blue 42

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

Shades of Cardinal #B1162A

Tints of Cardinal #B1162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.43%

R = 73.44%
G = 9.13%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1162A (or 0xB1162A) is known color: Cardinal. HEX triplet: B1, 16 and 2A. RGB value is (177,22,42). Sum of RGB (Red+Green+Blue) = 177+22+42=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1162A is #4EE9D5. Grayscale: #464646. Windows color (decimal): -5171670 or 2758321. OLE color: 2758321.

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

Color convert

RGB 177 22 42 -
CMYK 0 0.88 0.76 0.31
HSL 352.26º 0.78% 0.39% -
HSV(B) 352.26º 0.88% 0.69% -
XYZ 18.84 10.09 3.14 -
YUV 70.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 177 22 42 0 0.88 0.76 0.31 352.26 0.78 0.39
Hex B1 16 2A 0 58 4C 1F 160 4E 27
Octal 261 26 52 0 130 114 37 540 116 47
Binary 10110001 10110 101010 0 1011000 1001100 11111 101100000 1001110 100111

Color Harmonies of #B1162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1162A

Black with #B1162A

Text Example


Text Example

White with #B1162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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