Html Css Color HEX #B1164A Cardinal

📋 copy color: '#B1164A'

red 177 ◦ green 22 ◦ blue 74

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

Shades of Cardinal #B1164A

Tints of Cardinal #B1164A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 64.84%
G = 8.06%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1164A (or 0xB1164A) is known color: Cardinal. HEX triplet: B1, 16 and 4A. RGB value is (177,22,74). Sum of RGB (Red+Green+Blue) = 177+22+74=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1164A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1164A is #4EE9B5. Grayscale: #4A4A4A. Windows color (decimal): -5171638 or 4855473. OLE color: 4855473.

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

Color convert

RGB 177 22 74 -
CMYK 0 0.88 0.58 0.31
HSL 339.87º 0.78% 0.39% -
HSV(B) 339.87º 0.88% 0.69% -
XYZ 19.65 10.42 7.45 -
YUV 74.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 177 22 74 0 0.88 0.58 0.31 339.87 0.78 0.39
Hex B1 16 4A 0 58 3A 1F 154 4E 27
Octal 261 26 112 0 130 72 37 524 116 47
Binary 10110001 10110 1001010 0 1011000 111010 11111 101010100 1001110 100111

Color Harmonies of #B1164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1164A

Black with #B1164A

Text Example


Text Example

White with #B1164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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