Html Css Color HEX #B11732 Cardinal

📋 copy color: '#B11732'

red 177 ◦ green 23 ◦ blue 50

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

Shades of Cardinal #B11732

Tints of Cardinal #B11732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 70.8%
G = 9.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B11732 (or 0xB11732) is known color: Cardinal. HEX triplet: B1, 17 and 32. RGB value is (177,23,50). Sum of RGB (Red+Green+Blue) = 177+23+50=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11732 is #4EE8CD. Grayscale: #484848. Windows color (decimal): -5171406 or 3282865. OLE color: 3282865.

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

Color convert

RGB 177 23 50 -
CMYK 0 0.87 0.72 0.31
HSL 349.48º 0.77% 0.39% -
HSV(B) 349.48º 0.87% 0.69% -
XYZ 19.01 10.19 3.98 -
YUV 72.12 115.52 202.8 -
System Red Green Blue C M Y K H S L
Decimal 177 23 50 0 0.87 0.72 0.31 349.48 0.77 0.39
Hex B1 17 32 0 57 48 1F 15D 4D 27
Octal 261 27 62 0 127 110 37 535 115 47
Binary 10110001 10111 110010 0 1010111 1001000 11111 101011101 1001101 100111

Color Harmonies of #B11732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11732

Black with #B11732

Text Example


Text Example

White with #B11732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11732; }

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

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

background-color css

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

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

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

border-color css

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

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

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