Html Css Color HEX #B11436 Cardinal

📋 copy color: '#B11436'

red 177 ◦ green 20 ◦ blue 54

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

Shades of Cardinal #B11436

Tints of Cardinal #B11436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 70.52%
G = 7.97%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11436 (or 0xB11436) is known color: Cardinal. HEX triplet: B1, 14 and 36. RGB value is (177,20,54). Sum of RGB (Red+Green+Blue) = 177+20+54=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B11436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11436 is #4EEBC9. Grayscale: #464646. Windows color (decimal): -5172170 or 3544241. OLE color: 3544241.

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

Color convert

RGB 177 20 54 -
CMYK 0 0.89 0.69 0.31
HSL 347.01º 0.8% 0.39% -
HSV(B) 347.01º 0.89% 0.69% -
XYZ 19.05 10.11 4.44 -
YUV 70.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 177 20 54 0 0.89 0.69 0.31 347.01 0.8 0.39
Hex B1 14 36 0 59 45 1F 15B 50 27
Octal 261 24 66 0 131 105 37 533 120 47
Binary 10110001 10100 110110 0 1011001 1000101 11111 101011011 1010000 100111

Color Harmonies of #B11436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11436

Black with #B11436

Text Example


Text Example

White with #B11436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11436; }

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

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

background-color css

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

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

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

border-color css

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

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

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