Html Css Color HEX #8C061B Carmine

📋 copy color: '#8C061B'

red 140 ◦ green 6 ◦ blue 27

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

Shades of Carmine #8C061B

Tints of Carmine #8C061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 80.92%
G = 3.47%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C061B (or 0x8C061B) is known color: Carmine. HEX triplet: 8C, 06 and 1B. RGB value is (140,6,27). Sum of RGB (Red+Green+Blue) = 140+6+27=173 (22% of max value = 765). Red value is 140 (55.08% from 255 or 80.92% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 140 - color contains mainly: red. Hex color #8C061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C061B is #73F9E4. Grayscale: #303030. Windows color (decimal): -7600613 or 1771148. OLE color: 1771148.

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

Color convert

RGB 140 6 27 -
CMYK 0 0.96 0.81 0.45
HSL 350.6º 0.92% 0.29% -
HSV(B) 350.6º 0.96% 0.55% -
XYZ 11.08 5.78 1.57 -
YUV 48.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 140 6 27 0 0.96 0.81 0.45 350.6 0.92 0.29
Hex 8C 6 1B 0 60 51 2D 15F 5C 1D
Octal 214 6 33 0 140 121 55 537 134 35
Binary 10001100 110 11011 0 1100000 1010001 101101 101011111 1011100 11101

Color Harmonies of #8C061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C061B

Black with #8C061B

Text Example


Text Example

White with #8C061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,6,27); }

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

background-color css

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

 a { background-color: rgb(140,6,27); }

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

border-color css

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

 span { border-color: rgb(140,6,27); }

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