Html Css Color HEX #8C151A Carmine

📋 copy color: '#8C151A'

red 140 ◦ green 21 ◦ blue 26

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

Shades of Carmine #8C151A

Tints of Carmine #8C151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 74.87%
G = 11.23%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C151A (or 0x8C151A) is known color: Carmine. HEX triplet: 8C, 15 and 1A. RGB value is (140,21,26). Sum of RGB (Red+Green+Blue) = 140+21+26=187 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.87% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 140 - color contains mainly: red. Hex color #8C151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C151A is #73EAE5. Grayscale: #393939. Windows color (decimal): -7596774 or 1709452. OLE color: 1709452.

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

Color convert

RGB 140 21 26 -
CMYK 0 0.85 0.81 0.45
HSL 357.48º 0.74% 0.32% -
HSV(B) 357.48º 0.85% 0.55% -
XYZ 11.27 6.19 1.58 -
YUV 57.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 140 21 26 0 0.85 0.81 0.45 357.48 0.74 0.32
Hex 8C 15 1A 0 55 51 2D 165 4A 20
Octal 214 25 32 0 125 121 55 545 112 40
Binary 10001100 10101 11010 0 1010101 1010001 101101 101100101 1001010 100000

Color Harmonies of #8C151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C151A

Black with #8C151A

Text Example


Text Example

White with #8C151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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