Html Css Color HEX #B11544 Cardinal

📋 copy color: '#B11544'

red 177 ◦ green 21 ◦ blue 68

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

Shades of Cardinal #B11544

Tints of Cardinal #B11544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 68 (26.95% from 255) = 25.56%

R = 66.54%
G = 7.89%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B11544 (or 0xB11544) is known color: Cardinal. HEX triplet: B1, 15 and 44. RGB value is (177,21,68). Sum of RGB (Red+Green+Blue) = 177+21+68=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11544 is #4EEABB. Grayscale: #484848. Windows color (decimal): -5171900 or 4462001. OLE color: 4462001.

HSL color Cylindrical-coordinate representation of color #B11544: hue angle of 341.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11544 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 68 -
CMYK 0 0.88 0.62 0.31
HSL 341.92º 0.79% 0.39% -
HSV(B) 341.92º 0.88% 0.69% -
XYZ 19.44 10.3 6.43 -
YUV 73 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 177 21 68 0 0.88 0.62 0.31 341.92 0.79 0.39
Hex B1 15 44 0 58 3E 1F 156 4F 27
Octal 261 25 104 0 130 76 37 526 117 47
Binary 10110001 10101 1000100 0 1011000 111110 11111 101010110 1001111 100111

Color Harmonies of #B11544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11544

Black with #B11544

Text Example


Text Example

White with #B11544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11544; }

 p { color: rgb(177,21,68); }

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

background-color css

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

 a { background-color: rgb(177,21,68); }

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

border-color css

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

 span { border-color: rgb(177,21,68); }

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