Html Css Color HEX #B11032 Cardinal

📋 copy color: '#B11032'

red 177 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #B11032

Tints of Cardinal #B11032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 72.84%
G = 6.58%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11032 (or 0xB11032) is known color: Cardinal. HEX triplet: B1, 10 and 32. RGB value is (177,16,50). Sum of RGB (Red+Green+Blue) = 177+16+50=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B11032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11032 is #4EEFCD. Grayscale: #444444. Windows color (decimal): -5173198 or 3281073. OLE color: 3281073.

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

Color convert

RGB 177 16 50 -
CMYK 0 0.91 0.72 0.31
HSL 347.33º 0.83% 0.38% -
HSV(B) 347.33º 0.91% 0.69% -
XYZ 18.89 9.95 3.94 -
YUV 68.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 177 16 50 0 0.91 0.72 0.31 347.33 0.83 0.38
Hex B1 10 32 0 5B 48 1F 15B 53 26
Octal 261 20 62 0 133 110 37 533 123 46
Binary 10110001 10000 110010 0 1011011 1001000 11111 101011011 1010011 100110

Color Harmonies of #B11032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11032

Black with #B11032

Text Example


Text Example

White with #B11032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11032; }

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

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

background-color css

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

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

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

border-color css

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

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

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