Html Css Color HEX #880E1A Carmine

📋 copy color: '#880E1A'

red 136 ◦ green 14 ◦ blue 26

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

Shades of Carmine #880E1A

Tints of Carmine #880E1A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.95%

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

R = 77.27%
G = 7.95%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#880E1A (or 0x880E1A) is known color: Carmine. HEX triplet: 88, 0E and 1A. RGB value is (136,14,26). Sum of RGB (Red+Green+Blue) = 136+14+26=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880E1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E1A is #77F1E5. Grayscale: #333333. Windows color (decimal): -7860710 or 1707656. OLE color: 1707656.

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

Color convert

RGB 136 14 26 -
CMYK 0 0.90 0.81 0.47
HSL 354.1º 0.81% 0.29% -
HSV(B) 354.1º 0.9% 0.53% -
XYZ 10.5 5.62 1.51 -
YUV 51.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 136 14 26 0 0.90 0.81 0.47 354.1 0.81 0.29
Hex 88 E 1A 0 5A 51 2F 162 51 1D
Octal 210 16 32 0 132 121 57 542 121 35
Binary 10001000 1110 11010 0 1011010 1010001 101111 101100010 1010001 11101

Color Harmonies of #880E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E1A

Black with #880E1A

Text Example


Text Example

White with #880E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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