Html Css Color HEX #A61018 Carmine

📋 copy color: '#A61018'

red 166 ◦ green 16 ◦ blue 24

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

Shades of Carmine #A61018

Tints of Carmine #A61018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

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

R = 80.58%
G = 7.77%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A61018 (or 0xA61018) is known color: Carmine. HEX triplet: A6, 10 and 18. RGB value is (166,16,24). Sum of RGB (Red+Green+Blue) = 166+16+24=206 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.58% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 166 - color contains mainly: red. Hex color #A61018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61018 is #59EFE7. Grayscale: #3D3D3D. Windows color (decimal): -5894120 or 1577126. OLE color: 1577126.

HSL color Cylindrical-coordinate representation of color #A61018: hue angle of 356.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61018 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 24 -
CMYK 0 0.90 0.86 0.35
HSL 356.8º 0.82% 0.36% -
HSV(B) 356.8º 0.9% 0.65% -
XYZ 16.08 8.54 1.67 -
YUV 61.76 106.7 202.35 -
System Red Green Blue C M Y K H S L
Decimal 166 16 24 0 0.90 0.86 0.35 356.8 0.82 0.36
Hex A6 10 18 0 5A 56 23 165 52 24
Octal 246 20 30 0 132 126 43 545 122 44
Binary 10100110 10000 11000 0 1011010 1010110 100011 101100101 1010010 100100

Color Harmonies of #A61018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61018

Black with #A61018

Text Example


Text Example

White with #A61018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61018; }

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

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

background-color css

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

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

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

border-color css

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

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

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