Html Css Color HEX #A60821 Carmine

📋 copy color: '#A60821'

red 166 ◦ green 8 ◦ blue 33

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

Shades of Carmine #A60821

Tints of Carmine #A60821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.94%

R = 80.19%
G = 3.86%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A60821 (or 0xA60821) is known color: Carmine. HEX triplet: A6, 08 and 21. RGB value is (166,8,33). Sum of RGB (Red+Green+Blue) = 166+8+33=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A60821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60821 is #59F7DE. Grayscale: #3A3A3A. Windows color (decimal): -5896159 or 2164902. OLE color: 2164902.

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

Color convert

RGB 166 8 33 -
CMYK 0 0.95 0.80 0.35
HSL 350.51º 0.91% 0.34% -
HSV(B) 350.51º 0.95% 0.65% -
XYZ 16.09 8.39 2.21 -
YUV 58.09 113.85 204.97 -
System Red Green Blue C M Y K H S L
Decimal 166 8 33 0 0.95 0.80 0.35 350.51 0.91 0.34
Hex A6 8 21 0 5F 50 23 15F 5B 22
Octal 246 10 41 0 137 120 43 537 133 42
Binary 10100110 1000 100001 0 1011111 1010000 100011 101011111 1011011 100010

Color Harmonies of #A60821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60821

Black with #A60821

Text Example


Text Example

White with #A60821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60821; }

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

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

background-color css

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

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

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

border-color css

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

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

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