Html Css Color HEX #B11144 Cardinal

📋 copy color: '#B11144'

red 177 ◦ green 17 ◦ blue 68

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

Shades of Cardinal #B11144

Tints of Cardinal #B11144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.49%

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

R = 67.56%
G = 6.49%
B = 25.95%

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

#B11144 (or 0xB11144) is known color: Cardinal. HEX triplet: B1, 11 and 44. RGB value is (177,17,68). Sum of RGB (Red+Green+Blue) = 177+17+68=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B11144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11144 is #4EEEBB. Grayscale: #464646. Windows color (decimal): -5172924 or 4460977. OLE color: 4460977.

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

Color convert

RGB 177 17 68 -
CMYK 0 0.90 0.62 0.31
HSL 340.88º 0.82% 0.38% -
HSV(B) 340.88º 0.9% 0.69% -
XYZ 19.38 10.17 6.41 -
YUV 70.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 177 17 68 0 0.90 0.62 0.31 340.88 0.82 0.38
Hex B1 11 44 0 5A 3E 1F 155 52 26
Octal 261 21 104 0 132 76 37 525 122 46
Binary 10110001 10001 1000100 0 1011010 111110 11111 101010101 1010010 100110

Color Harmonies of #B11144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11144

Black with #B11144

Text Example


Text Example

White with #B11144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11144; }

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

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

background-color css

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

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

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

border-color css

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

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

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