Html Css Color HEX #B11A48 Cardinal

📋 copy color: '#B11A48'

red 177 ◦ green 26 ◦ blue 72

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

Shades of Cardinal #B11A48

Tints of Cardinal #B11A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.18%

R = 64.36%
G = 9.45%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B11A48 (or 0xB11A48) is known color: Cardinal. HEX triplet: B1, 1A and 48. RGB value is (177,26,72). Sum of RGB (Red+Green+Blue) = 177+26+72=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A48 is #4EE5B7. Grayscale: #4C4C4C. Windows color (decimal): -5170616 or 4725425. OLE color: 4725425.

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

Color convert

RGB 177 26 72 -
CMYK 0 0.85 0.59 0.31
HSL 341.72º 0.74% 0.4% -
HSV(B) 341.72º 0.85% 0.69% -
XYZ 19.67 10.55 7.13 -
YUV 76.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 177 26 72 0 0.85 0.59 0.31 341.72 0.74 0.4
Hex B1 1A 48 0 55 3B 1F 156 4A 28
Octal 261 32 110 0 125 73 37 526 112 50
Binary 10110001 11010 1001000 0 1010101 111011 11111 101010110 1001010 101000

Color Harmonies of #B11A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A48

Black with #B11A48

Text Example


Text Example

White with #B11A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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