Html Css Color HEX #880B1A Carmine

📋 copy color: '#880B1A'

red 136 ◦ green 11 ◦ blue 26

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

Shades of Carmine #880B1A

Tints of Carmine #880B1A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

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

R = 78.61%
G = 6.36%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#880B1A (or 0x880B1A) is known color: Carmine. HEX triplet: 88, 0B and 1A. RGB value is (136,11,26). Sum of RGB (Red+Green+Blue) = 136+11+26=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B1A is #77F4E5. Grayscale: #323232. Windows color (decimal): -7861478 or 1706888. OLE color: 1706888.

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

Color convert

RGB 136 11 26 -
CMYK 0 0.92 0.81 0.47
HSL 352.8º 0.85% 0.29% -
HSV(B) 352.8º 0.92% 0.53% -
XYZ 10.46 5.55 1.5 -
YUV 50.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 136 11 26 0 0.92 0.81 0.47 352.8 0.85 0.29
Hex 88 B 1A 0 5C 51 2F 161 55 1D
Octal 210 13 32 0 134 121 57 541 125 35
Binary 10001000 1011 11010 0 1011100 1010001 101111 101100001 1010101 11101

Color Harmonies of #880B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B1A

Black with #880B1A

Text Example


Text Example

White with #880B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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