Html Css Color HEX #8C071A Carmine

📋 copy color: '#8C071A'

red 140 ◦ green 7 ◦ blue 26

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

Shades of Carmine #8C071A

Tints of Carmine #8C071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 80.92%
G = 4.05%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C071A (or 0x8C071A) is known color: Carmine. HEX triplet: 8C, 07 and 1A. RGB value is (140,7,26). Sum of RGB (Red+Green+Blue) = 140+7+26=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C071A is #73F8E5. Grayscale: #303030. Windows color (decimal): -7600358 or 1705868. OLE color: 1705868.

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

Color convert

RGB 140 7 26 -
CMYK 0 0.95 0.81 0.45
HSL 351.43º 0.9% 0.29% -
HSV(B) 351.43º 0.95% 0.55% -
XYZ 11.08 5.8 1.51 -
YUV 48.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 140 7 26 0 0.95 0.81 0.45 351.43 0.9 0.29
Hex 8C 7 1A 0 5F 51 2D 15F 5A 1D
Octal 214 7 32 0 137 121 55 537 132 35
Binary 10001100 111 11010 0 1011111 1010001 101101 101011111 1011010 11101

Color Harmonies of #8C071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C071A

Black with #8C071A

Text Example


Text Example

White with #8C071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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