Html Css Color HEX #8C151D Carmine

📋 copy color: '#8C151D'

red 140 ◦ green 21 ◦ blue 29

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

Shades of Carmine #8C151D

Tints of Carmine #8C151D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.26%

R = 73.68%
G = 11.05%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8C151D (or 0x8C151D) is known color: Carmine. HEX triplet: 8C, 15 and 1D. RGB value is (140,21,29). Sum of RGB (Red+Green+Blue) = 140+21+29=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C151D is #73EAE2. Grayscale: #393939. Windows color (decimal): -7596771 or 1906060. OLE color: 1906060.

HSL color Cylindrical-coordinate representation of color #8C151D: hue angle of 355.97º 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 #8C151D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 21 29 -
CMYK 0 0.85 0.79 0.45
HSL 355.97º 0.74% 0.32% -
HSV(B) 355.97º 0.85% 0.55% -
XYZ 11.31 6.2 1.76 -
YUV 57.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 140 21 29 0 0.85 0.79 0.45 355.97 0.74 0.32
Hex 8C 15 1D 0 55 4F 2D 164 4A 20
Octal 214 25 35 0 125 117 55 544 112 40
Binary 10001100 10101 11101 0 1010101 1001111 101101 101100100 1001010 100000

Color Harmonies of #8C151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C151D

Black with #8C151D

Text Example


Text Example

White with #8C151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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