Html Css Color HEX #A60816 Carmine

📋 copy color: '#A60816'

red 166 ◦ green 8 ◦ blue 22

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

Shades of Carmine #A60816

Tints of Carmine #A60816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 84.69%
G = 4.08%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A60816 (or 0xA60816) is known color: Carmine. HEX triplet: A6, 08 and 16. RGB value is (166,8,22). Sum of RGB (Red+Green+Blue) = 166+8+22=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A60816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60816 is #59F7E9. Grayscale: #383838. Windows color (decimal): -5896170 or 1444006. OLE color: 1444006.

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

Color convert

RGB 166 8 22 -
CMYK 0 0.95 0.87 0.35
HSL 354.68º 0.91% 0.34% -
HSV(B) 354.68º 0.95% 0.65% -
XYZ 15.96 8.34 1.53 -
YUV 56.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 166 8 22 0 0.95 0.87 0.35 354.68 0.91 0.34
Hex A6 8 16 0 5F 57 23 163 5B 22
Octal 246 10 26 0 137 127 43 543 133 42
Binary 10100110 1000 10110 0 1011111 1010111 100011 101100011 1011011 100010

Color Harmonies of #A60816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60816

Black with #A60816

Text Example


Text Example

White with #A60816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60816; }

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

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

background-color css

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

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

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

border-color css

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

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

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