Html Css Color HEX #B11248 Cardinal

📋 copy color: '#B11248'

red 177 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #B11248

Tints of Cardinal #B11248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 66.29%
G = 6.74%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B11248 (or 0xB11248) is known color: Cardinal. HEX triplet: B1, 12 and 48. RGB value is (177,18,72). Sum of RGB (Red+Green+Blue) = 177+18+72=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11248 is #4EEDB7. Grayscale: #474747. Windows color (decimal): -5172664 or 4723377. OLE color: 4723377.

HSL color Cylindrical-coordinate representation of color #B11248: hue angle of 339.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11248 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 72 -
CMYK 0 0.90 0.59 0.31
HSL 339.62º 0.82% 0.38% -
HSV(B) 339.62º 0.9% 0.69% -
XYZ 19.52 10.25 7.08 -
YUV 71.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 177 18 72 0 0.90 0.59 0.31 339.62 0.82 0.38
Hex B1 12 48 0 5A 3B 1F 154 52 26
Octal 261 22 110 0 132 73 37 524 122 46
Binary 10110001 10010 1001000 0 1011010 111011 11111 101010100 1010010 100110

Color Harmonies of #B11248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11248

Black with #B11248

Text Example


Text Example

White with #B11248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11248; }

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

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

background-color css

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

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

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

border-color css

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

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

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