Html Css Color HEX #880D1B Carmine

📋 copy color: '#880D1B'

red 136 ◦ green 13 ◦ blue 27

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

Shades of Carmine #880D1B

Tints of Carmine #880D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 77.27%
G = 7.39%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#880D1B (or 0x880D1B) is known color: Carmine. HEX triplet: 88, 0D and 1B. RGB value is (136,13,27). Sum of RGB (Red+Green+Blue) = 136+13+27=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D1B is #77F2E4. Grayscale: #333333. Windows color (decimal): -7860965 or 1772936. OLE color: 1772936.

HSL color Cylindrical-coordinate representation of color #880D1B: hue angle of 353.17º degrees, saturation: 0.83, 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 #880D1B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 27 -
CMYK 0 0.90 0.80 0.47
HSL 353.17º 0.83% 0.29% -
HSV(B) 353.17º 0.9% 0.53% -
XYZ 10.5 5.6 1.56 -
YUV 51.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 136 13 27 0 0.90 0.80 0.47 353.17 0.83 0.29
Hex 88 D 1B 0 5A 50 2F 161 53 1D
Octal 210 15 33 0 132 120 57 541 123 35
Binary 10001000 1101 11011 0 1011010 1010000 101111 101100001 1010011 11101

Color Harmonies of #880D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D1B

Black with #880D1B

Text Example


Text Example

White with #880D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,27); }

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

background-color css

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

 a { background-color: rgb(136,13,27); }

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

border-color css

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

 span { border-color: rgb(136,13,27); }

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