Html Css Color HEX #B11936 Cardinal

📋 copy color: '#B11936'

red 177 ◦ green 25 ◦ blue 54

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

Shades of Cardinal #B11936

Tints of Cardinal #B11936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 69.14%
G = 9.77%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B11936 (or 0xB11936) is known color: Cardinal. HEX triplet: B1, 19 and 36. RGB value is (177,25,54). Sum of RGB (Red+Green+Blue) = 177+25+54=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B11936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11936 is #4EE6C9. Grayscale: #494949. Windows color (decimal): -5170890 or 3545521. OLE color: 3545521.

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

Color convert

RGB 177 25 54 -
CMYK 0 0.86 0.69 0.31
HSL 348.55º 0.75% 0.4% -
HSV(B) 348.55º 0.86% 0.69% -
XYZ 19.14 10.31 4.47 -
YUV 73.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 177 25 54 0 0.86 0.69 0.31 348.55 0.75 0.4
Hex B1 19 36 0 56 45 1F 15D 4B 28
Octal 261 31 66 0 126 105 37 535 113 50
Binary 10110001 11001 110110 0 1010110 1000101 11111 101011101 1001011 101000

Color Harmonies of #B11936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11936

Black with #B11936

Text Example


Text Example

White with #B11936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11936; }

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

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

background-color css

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

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

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

border-color css

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

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

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