Html Css Color HEX #B11132 Cardinal

📋 copy color: '#B11132'

red 177 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #B11132

Tints of Cardinal #B11132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.97%

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

R = 72.54%
G = 6.97%
B = 20.49%

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

#B11132 (or 0xB11132) is known color: Cardinal. HEX triplet: B1, 11 and 32. RGB value is (177,17,50). Sum of RGB (Red+Green+Blue) = 177+17+50=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B11132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11132 is #4EEECD. Grayscale: #444444. Windows color (decimal): -5172942 or 3281329. OLE color: 3281329.

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

Color convert

RGB 177 17 50 -
CMYK 0 0.90 0.72 0.31
HSL 347.63º 0.82% 0.38% -
HSV(B) 347.63º 0.9% 0.69% -
XYZ 18.91 9.98 3.95 -
YUV 68.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 177 17 50 0 0.90 0.72 0.31 347.63 0.82 0.38
Hex B1 11 32 0 5A 48 1F 15C 52 26
Octal 261 21 62 0 132 110 37 534 122 46
Binary 10110001 10001 110010 0 1011010 1001000 11111 101011100 1010010 100110

Color Harmonies of #B11132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11132

Black with #B11132

Text Example


Text Example

White with #B11132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11132; }

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

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

background-color css

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

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

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

border-color css

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

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

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