Html Css Color HEX #B11940 Cardinal

📋 copy color: '#B11940'

red 177 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #B11940

Tints of Cardinal #B11940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 66.54%
G = 9.4%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B11940 (or 0xB11940) is known color: Cardinal. HEX triplet: B1, 19 and 40. RGB value is (177,25,64). Sum of RGB (Red+Green+Blue) = 177+25+64=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11940 is #4EE6BF. Grayscale: #4A4A4A. Windows color (decimal): -5170880 or 4200881. OLE color: 4200881.

HSL color Cylindrical-coordinate representation of color #B11940: hue angle of 344.61º 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 #B11940 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 64 -
CMYK 0 0.86 0.64 0.31
HSL 344.61º 0.75% 0.4% -
HSV(B) 344.61º 0.86% 0.69% -
XYZ 19.4 10.41 5.84 -
YUV 74.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 177 25 64 0 0.86 0.64 0.31 344.61 0.75 0.4
Hex B1 19 40 0 56 40 1F 159 4B 28
Octal 261 31 100 0 126 100 37 531 113 50
Binary 10110001 11001 1000000 0 1010110 1000000 11111 101011001 1001011 101000

Color Harmonies of #B11940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11940

Black with #B11940

Text Example


Text Example

White with #B11940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11940; }

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

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

background-color css

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

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

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

border-color css

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

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

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