Html Css Color HEX #880F1A Carmine

📋 copy color: '#880F1A'

red 136 ◦ green 15 ◦ blue 26

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

Shades of Carmine #880F1A

Tints of Carmine #880F1A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.47%

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 76.84%
G = 8.47%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#880F1A (or 0x880F1A) is known color: Carmine. HEX triplet: 88, 0F and 1A. RGB value is (136,15,26). Sum of RGB (Red+Green+Blue) = 136+15+26=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880F1A is #77F0E5. Grayscale: #343434. Windows color (decimal): -7860454 or 1707912. OLE color: 1707912.

HSL color Cylindrical-coordinate representation of color #880F1A: hue angle of 354.55º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F1A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 26 -
CMYK 0 0.89 0.81 0.47
HSL 354.55º 0.8% 0.3% -
HSV(B) 354.55º 0.89% 0.53% -
XYZ 10.51 5.65 1.51 -
YUV 52.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 136 15 26 0 0.89 0.81 0.47 354.55 0.8 0.3
Hex 88 F 1A 0 59 51 2F 163 50 1E
Octal 210 17 32 0 131 121 57 543 120 36
Binary 10001000 1111 11010 0 1011001 1010001 101111 101100011 1010000 11110

Color Harmonies of #880F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F1A

Black with #880F1A

Text Example


Text Example

White with #880F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880F1A; }

 p { color: rgb(136,15,26); }

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

background-color css

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

 a { background-color: rgb(136,15,26); }

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

border-color css

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

 span { border-color: rgb(136,15,26); }

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