Html Css Color HEX #B11A40 Cardinal

📋 copy color: '#B11A40'

red 177 ◦ green 26 ◦ blue 64

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

Shades of Cardinal #B11A40

Tints of Cardinal #B11A40

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 66.29%
G = 9.74%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B11A40 (or 0xB11A40) is known color: Cardinal. HEX triplet: B1, 1A and 40. RGB value is (177,26,64). Sum of RGB (Red+Green+Blue) = 177+26+64=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A40 is #4EE5BF. Grayscale: #4B4B4B. Windows color (decimal): -5170624 or 4201137. OLE color: 4201137.

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

Color convert

RGB 177 26 64 -
CMYK 0 0.85 0.64 0.31
HSL 344.9º 0.74% 0.4% -
HSV(B) 344.9º 0.85% 0.69% -
XYZ 19.43 10.46 5.84 -
YUV 75.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 177 26 64 0 0.85 0.64 0.31 344.9 0.74 0.4
Hex B1 1A 40 0 55 40 1F 159 4A 28
Octal 261 32 100 0 125 100 37 531 112 50
Binary 10110001 11010 1000000 0 1010101 1000000 11111 101011001 1001010 101000

Color Harmonies of #B11A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A40

Black with #B11A40

Text Example


Text Example

White with #B11A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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