Html Css Color HEX #B11447 Cardinal

📋 copy color: '#B11447'

red 177 ◦ green 20 ◦ blue 71

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

Shades of Cardinal #B11447

Tints of Cardinal #B11447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 66.04%
G = 7.46%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B11447 (or 0xB11447) is known color: Cardinal. HEX triplet: B1, 14 and 47. RGB value is (177,20,71). Sum of RGB (Red+Green+Blue) = 177+20+71=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B11447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11447 is #4EEBB8. Grayscale: #484848. Windows color (decimal): -5172153 or 4658353. OLE color: 4658353.

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

Color convert

RGB 177 20 71 -
CMYK 0 0.89 0.60 0.31
HSL 340.51º 0.8% 0.39% -
HSV(B) 340.51º 0.89% 0.69% -
XYZ 19.52 10.3 6.92 -
YUV 72.76 127.01 202.35 -
System Red Green Blue C M Y K H S L
Decimal 177 20 71 0 0.89 0.60 0.31 340.51 0.8 0.39
Hex B1 14 47 0 59 3C 1F 155 50 27
Octal 261 24 107 0 131 74 37 525 120 47
Binary 10110001 10100 1000111 0 1011001 111100 11111 101010101 1010000 100111

Color Harmonies of #B11447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11447

Black with #B11447

Text Example


Text Example

White with #B11447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11447; }

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

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

background-color css

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

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

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

border-color css

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

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

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