Html Css Color HEX #B11636 Cardinal

📋 copy color: '#B11636'

red 177 ◦ green 22 ◦ blue 54

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

Shades of Cardinal #B11636

Tints of Cardinal #B11636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 69.96%
G = 8.7%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11636 (or 0xB11636) is known color: Cardinal. HEX triplet: B1, 16 and 36. RGB value is (177,22,54). Sum of RGB (Red+Green+Blue) = 177+22+54=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B11636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11636 is #4EE9C9. Grayscale: #484848. Windows color (decimal): -5171658 or 3544753. OLE color: 3544753.

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

Color convert

RGB 177 22 54 -
CMYK 0 0.88 0.69 0.31
HSL 347.61º 0.78% 0.39% -
HSV(B) 347.61º 0.88% 0.69% -
XYZ 19.08 10.19 4.45 -
YUV 71.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 177 22 54 0 0.88 0.69 0.31 347.61 0.78 0.39
Hex B1 16 36 0 58 45 1F 15C 4E 27
Octal 261 26 66 0 130 105 37 534 116 47
Binary 10110001 10110 110110 0 1011000 1000101 11111 101011100 1001110 100111

Color Harmonies of #B11636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11636

Black with #B11636

Text Example


Text Example

White with #B11636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11636; }

 p { color: rgb(177,22,54); }

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

background-color css

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

 a { background-color: rgb(177,22,54); }

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

border-color css

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

 span { border-color: rgb(177,22,54); }

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