Html Css Color HEX #B11244 Cardinal

📋 copy color: '#B11244'

red 177 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #B11244

Tints of Cardinal #B11244

RGB

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

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

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

R = 67.3%
G = 6.84%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B11244 (or 0xB11244) is known color: Cardinal. HEX triplet: B1, 12 and 44. RGB value is (177,18,68). Sum of RGB (Red+Green+Blue) = 177+18+68=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B11244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11244 is #4EEDBB. Grayscale: #474747. Windows color (decimal): -5172668 or 4461233. OLE color: 4461233.

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

Color convert

RGB 177 18 68 -
CMYK 0 0.90 0.62 0.31
HSL 341.13º 0.82% 0.38% -
HSV(B) 341.13º 0.9% 0.69% -
XYZ 19.39 10.2 6.42 -
YUV 71.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 177 18 68 0 0.90 0.62 0.31 341.13 0.82 0.38
Hex B1 12 44 0 5A 3E 1F 155 52 26
Octal 261 22 104 0 132 76 37 525 122 46
Binary 10110001 10010 1000100 0 1011010 111110 11111 101010101 1010010 100110

Color Harmonies of #B11244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11244

Black with #B11244

Text Example


Text Example

White with #B11244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11244; }

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

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

background-color css

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

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

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

border-color css

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

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

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