Html Css Color HEX #8C011A Carmine

📋 copy color: '#8C011A'

red 140 ◦ green 1 ◦ blue 26

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

Shades of Carmine #8C011A

Tints of Carmine #8C011A

RGB

 RED value IS 140 (55.08% from 255) = 83.83%

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 83.83%
G = 0.6%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C011A (or 0x8C011A) is known color: Carmine. HEX triplet: 8C, 01 and 1A. RGB value is (140,1,26). Sum of RGB (Red+Green+Blue) = 140+1+26=167 (22% of max value = 765). Red value is 140 (55.08% from 255 or 83.83% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 140 - color contains mainly: red. Hex color #8C011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C011A is #73FEE5. Grayscale: #2D2D2D. Windows color (decimal): -7601894 or 1704332. OLE color: 1704332.

HSL color Cylindrical-coordinate representation of color #8C011A: hue angle of 349.21º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C011A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 26 -
CMYK 0 0.99 0.81 0.45
HSL 349.21º 0.99% 0.28% -
HSV(B) 349.21º 0.99% 0.55% -
XYZ 11.01 5.67 1.49 -
YUV 45.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 140 1 26 0 0.99 0.81 0.45 349.21 0.99 0.28
Hex 8C 1 1A 0 63 51 2D 15D 63 1C
Octal 214 1 32 0 143 121 55 535 143 34
Binary 10001100 1 11010 0 1100011 1010001 101101 101011101 1100011 11100

Color Harmonies of #8C011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C011A

Black with #8C011A

Text Example


Text Example

White with #8C011A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C011A; }

 p { color: rgb(140,1,26); }

 H1.HeaderClassName
 {
   color: #8C011A;
 }
 .AnyTagClassName
 {
   color: #8C011A;
 }
</style>

background-color css

<style>
 a { background-color: #8C011A; }

 a { background-color: rgb(140,1,26); }

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

border-color css

<style>
 span { border-color: #8C011A; }

 span { border-color: rgb(140,1,26); }

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