Html Css Color HEX #8C091F Carmine

📋 copy color: '#8C091F'

red 140 ◦ green 9 ◦ blue 31

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

Shades of Carmine #8C091F

Tints of Carmine #8C091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5%

 BLUE value IS 31 (12.5% from 255) = 17.22%

R = 77.78%
G = 5%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#8C091F (or 0x8C091F) is known color: Carmine. HEX triplet: 8C, 09 and 1F. RGB value is (140,9,31). Sum of RGB (Red+Green+Blue) = 140+9+31=180 (23% of max value = 765). Red value is 140 (55.08% from 255 or 77.78% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 140 - color contains mainly: red. Hex color #8C091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C091F is #73F6E0. Grayscale: #323232. Windows color (decimal): -7599841 or 2034060. OLE color: 2034060.

HSL color Cylindrical-coordinate representation of color #8C091F: hue angle of 349.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C091F is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 9 31 -
CMYK 0 0.94 0.78 0.45
HSL 349.92º 0.88% 0.29% -
HSV(B) 349.92º 0.94% 0.55% -
XYZ 11.16 5.87 1.84 -
YUV 50.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 140 9 31 0 0.94 0.78 0.45 349.92 0.88 0.29
Hex 8C 9 1F 0 5E 4E 2D 15E 58 1D
Octal 214 11 37 0 136 116 55 536 130 35
Binary 10001100 1001 11111 0 1011110 1001110 101101 101011110 1011000 11101

Color Harmonies of #8C091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C091F

Black with #8C091F

Text Example


Text Example

White with #8C091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,9,31); }

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

background-color css

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

 a { background-color: rgb(140,9,31); }

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

border-color css

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

 span { border-color: rgb(140,9,31); }

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