Html Css Color HEX #A60818 Carmine

📋 copy color: '#A60818'

red 166 ◦ green 8 ◦ blue 24

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

Shades of Carmine #A60818

Tints of Carmine #A60818

RGB

 RED value IS 166 (65.23% from 255) = 83.84%

 GREEN value IS 8 (3.52% from 255) = 4.04%

 BLUE value IS 24 (9.77% from 255) = 12.12%

R = 83.84%
G = 4.04%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A60818 (or 0xA60818) is known color: Carmine. HEX triplet: A6, 08 and 18. RGB value is (166,8,24). Sum of RGB (Red+Green+Blue) = 166+8+24=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A60818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60818 is #59F7E7. Grayscale: #393939. Windows color (decimal): -5896168 or 1575078. OLE color: 1575078.

HSL color Cylindrical-coordinate representation of color #A60818: hue angle of 353.92º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60818 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 8 24 -
CMYK 0 0.95 0.86 0.35
HSL 353.92º 0.91% 0.34% -
HSV(B) 353.92º 0.95% 0.65% -
XYZ 15.98 8.35 1.63 -
YUV 57.07 109.35 205.7 -
System Red Green Blue C M Y K H S L
Decimal 166 8 24 0 0.95 0.86 0.35 353.92 0.91 0.34
Hex A6 8 18 0 5F 56 23 162 5B 22
Octal 246 10 30 0 137 126 43 542 133 42
Binary 10100110 1000 11000 0 1011111 1010110 100011 101100010 1011011 100010

Color Harmonies of #A60818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60818

Black with #A60818

Text Example


Text Example

White with #A60818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60818; }

 p { color: rgb(166,8,24); }

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

background-color css

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

 a { background-color: rgb(166,8,24); }

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

border-color css

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

 span { border-color: rgb(166,8,24); }

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