Html Css Color HEX #881019 Carmine

📋 copy color: '#881019'

red 136 ◦ green 16 ◦ blue 25

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

Shades of Carmine #881019

Tints of Carmine #881019

RGB

 RED value IS 136 (53.52% from 255) = 76.84%

 GREEN value IS 16 (6.64% from 255) = 9.04%

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 76.84%
G = 9.04%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#881019 (or 0x881019) is known color: Carmine. HEX triplet: 88, 10 and 19. RGB value is (136,16,25). Sum of RGB (Red+Green+Blue) = 136+16+25=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881019 is #77EFE6. Grayscale: #343434. Windows color (decimal): -7860199 or 1642632. OLE color: 1642632.

HSL color Cylindrical-coordinate representation of color #881019: hue angle of 355.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881019 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 25 -
CMYK 0 0.88 0.82 0.47
HSL 355.5º 0.79% 0.3% -
HSV(B) 355.5º 0.88% 0.53% -
XYZ 10.51 5.68 1.46 -
YUV 52.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 136 16 25 0 0.88 0.82 0.47 355.5 0.79 0.3
Hex 88 10 19 0 58 52 2F 164 4F 1E
Octal 210 20 31 0 130 122 57 544 117 36
Binary 10001000 10000 11001 0 1011000 1010010 101111 101100100 1001111 11110

Color Harmonies of #881019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881019

Black with #881019

Text Example


Text Example

White with #881019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881019; }

 p { color: rgb(136,16,25); }

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

background-color css

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

 a { background-color: rgb(136,16,25); }

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

border-color css

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

 span { border-color: rgb(136,16,25); }

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