Html Css Color HEX #880F1B Carmine

📋 copy color: '#880F1B'

red 136 ◦ green 15 ◦ blue 27

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

Shades of Carmine #880F1B

Tints of Carmine #880F1B

RGB

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

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

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

R = 76.4%
G = 8.43%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#880F1B (or 0x880F1B) is known color: Carmine. HEX triplet: 88, 0F and 1B. RGB value is (136,15,27). Sum of RGB (Red+Green+Blue) = 136+15+27=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880F1B is #77F0E4. Grayscale: #343434. Windows color (decimal): -7860453 or 1773448. OLE color: 1773448.

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

Color convert

RGB 136 15 27 -
CMYK 0 0.89 0.80 0.47
HSL 354.05º 0.8% 0.3% -
HSV(B) 354.05º 0.89% 0.53% -
XYZ 10.52 5.66 1.57 -
YUV 52.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 136 15 27 0 0.89 0.80 0.47 354.05 0.8 0.3
Hex 88 F 1B 0 59 50 2F 162 50 1E
Octal 210 17 33 0 131 120 57 542 120 36
Binary 10001000 1111 11011 0 1011001 1010000 101111 101100010 1010000 11110

Color Harmonies of #880F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F1B

Black with #880F1B

Text Example


Text Example

White with #880F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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