Html Css Color HEX #B11932 Cardinal

📋 copy color: '#B11932'

red 177 ◦ green 25 ◦ blue 50

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

Shades of Cardinal #B11932

Tints of Cardinal #B11932

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 70.24%
G = 9.92%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11932 (or 0xB11932) is known color: Cardinal. HEX triplet: B1, 19 and 32. RGB value is (177,25,50). Sum of RGB (Red+Green+Blue) = 177+25+50=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B11932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11932 is #4EE6CD. Grayscale: #494949. Windows color (decimal): -5170894 or 3283377. OLE color: 3283377.

HSL color Cylindrical-coordinate representation of color #B11932: hue angle of 350.13º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11932 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 50 -
CMYK 0 0.86 0.72 0.31
HSL 350.13º 0.75% 0.4% -
HSV(B) 350.13º 0.86% 0.69% -
XYZ 19.05 10.27 4 -
YUV 73.3 114.86 201.97 -
System Red Green Blue C M Y K H S L
Decimal 177 25 50 0 0.86 0.72 0.31 350.13 0.75 0.4
Hex B1 19 32 0 56 48 1F 15E 4B 28
Octal 261 31 62 0 126 110 37 536 113 50
Binary 10110001 11001 110010 0 1010110 1001000 11111 101011110 1001011 101000

Color Harmonies of #B11932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11932

Black with #B11932

Text Example


Text Example

White with #B11932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11932; }

 p { color: rgb(177,25,50); }

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

background-color css

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

 a { background-color: rgb(177,25,50); }

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

border-color css

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

 span { border-color: rgb(177,25,50); }

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