Html Css Color HEX #A6040C Sangria

📋 copy color: '#A6040C'

red 166 ◦ green 4 ◦ blue 12

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

Shades of Sangria #A6040C

Tints of Sangria #A6040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

 BLUE value IS 12 (5.08% from 255) = 6.59%

R = 91.21%
G = 2.2%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6040C (or 0xA6040C) is known color: Sangria. HEX triplet: A6, 04 and 0C. RGB value is (166,4,12). Sum of RGB (Red+Green+Blue) = 166+4+12=182 (24% of max value = 765). Red value is 166 (65.23% from 255 or 91.21% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 166 - color contains mainly: red. Hex color #A6040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6040C is #59FBF3. Grayscale: #353535. Windows color (decimal): -5897204 or 787622. OLE color: 787622.

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

Color convert

RGB 166 4 12 -
CMYK 0 0.98 0.93 0.35
HSL 357.04º 0.95% 0.33% -
HSV(B) 357.04º 0.98% 0.65% -
XYZ 15.84 8.22 1.1 -
YUV 53.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 166 4 12 0 0.98 0.93 0.35 357.04 0.95 0.33
Hex A6 4 C 0 62 5D 23 165 5F 21
Octal 246 4 14 0 142 135 43 545 137 41
Binary 10100110 100 1100 0 1100010 1011101 100011 101100101 1011111 100001

Color Harmonies of #A6040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6040C

Black with #A6040C

Text Example


Text Example

White with #A6040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6040C; }

 p { color: rgb(166,4,12); }

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

background-color css

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

 a { background-color: rgb(166,4,12); }

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

border-color css

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

 span { border-color: rgb(166,4,12); }

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