Html Css Color HEX #A60918 Carmine

📋 copy color: '#A60918'

red 166 ◦ green 9 ◦ blue 24

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

Shades of Carmine #A60918

Tints of Carmine #A60918

RGB

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

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

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

R = 83.42%
G = 4.52%
B = 12.06%

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

#A60918 (or 0xA60918) is known color: Carmine. HEX triplet: A6, 09 and 18. RGB value is (166,9,24). Sum of RGB (Red+Green+Blue) = 166+9+24=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A60918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60918 is #59F6E7. Grayscale: #393939. Windows color (decimal): -5895912 or 1575334. OLE color: 1575334.

HSL color Cylindrical-coordinate representation of color #A60918: hue angle of 354.27º degrees, saturation: 0.9, 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 #A60918 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 9 24 -
CMYK 0 0.95 0.86 0.35
HSL 354.27º 0.9% 0.34% -
HSV(B) 354.27º 0.95% 0.65% -
XYZ 15.99 8.37 1.64 -
YUV 57.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 166 9 24 0 0.95 0.86 0.35 354.27 0.9 0.34
Hex A6 9 18 0 5F 56 23 162 5A 22
Octal 246 11 30 0 137 126 43 542 132 42
Binary 10100110 1001 11000 0 1011111 1010110 100011 101100010 1011010 100010

Color Harmonies of #A60918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60918

Black with #A60918

Text Example


Text Example

White with #A60918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60918; }

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

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

background-color css

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

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

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

border-color css

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

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

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