Html Css Color HEX #B11548 Cardinal

📋 copy color: '#B11548'

red 177 ◦ green 21 ◦ blue 72

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

Shades of Cardinal #B11548

Tints of Cardinal #B11548

RGB

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

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

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

R = 65.56%
G = 7.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B11548 (or 0xB11548) is known color: Cardinal. HEX triplet: B1, 15 and 48. RGB value is (177,21,72). Sum of RGB (Red+Green+Blue) = 177+21+72=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B11548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11548 is #4EEAB7. Grayscale: #494949. Windows color (decimal): -5171896 or 4724145. OLE color: 4724145.

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

Color convert

RGB 177 21 72 -
CMYK 0 0.88 0.59 0.31
HSL 340.38º 0.79% 0.39% -
HSV(B) 340.38º 0.88% 0.69% -
XYZ 19.57 10.35 7.1 -
YUV 73.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 177 21 72 0 0.88 0.59 0.31 340.38 0.79 0.39
Hex B1 15 48 0 58 3B 1F 154 4F 27
Octal 261 25 110 0 130 73 37 524 117 47
Binary 10110001 10101 1001000 0 1011000 111011 11111 101010100 1001111 100111

Color Harmonies of #B11548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11548

Black with #B11548

Text Example


Text Example

White with #B11548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11548; }

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

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

background-color css

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

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

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

border-color css

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

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

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