Html Css Color HEX #B11232 Cardinal

📋 copy color: '#B11232'

red 177 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #B11232

Tints of Cardinal #B11232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 72.24%
G = 7.35%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11232 (or 0xB11232) is known color: Cardinal. HEX triplet: B1, 12 and 32. RGB value is (177,18,50). Sum of RGB (Red+Green+Blue) = 177+18+50=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B11232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11232 is #4EEDCD. Grayscale: #454545. Windows color (decimal): -5172686 or 3281585. OLE color: 3281585.

HSL color Cylindrical-coordinate representation of color #B11232: hue angle of 347.92º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11232 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 50 -
CMYK 0 0.90 0.72 0.31
HSL 347.92º 0.82% 0.38% -
HSV(B) 347.92º 0.9% 0.69% -
XYZ 18.92 10.01 3.95 -
YUV 69.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 177 18 50 0 0.90 0.72 0.31 347.92 0.82 0.38
Hex B1 12 32 0 5A 48 1F 15C 52 26
Octal 261 22 62 0 132 110 37 534 122 46
Binary 10110001 10010 110010 0 1011010 1001000 11111 101011100 1010010 100110

Color Harmonies of #B11232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11232

Black with #B11232

Text Example


Text Example

White with #B11232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11232; }

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

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

background-color css

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

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

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

border-color css

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

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

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