Html Css Color HEX #A4060C Sangria

📋 copy color: '#A4060C'

red 164 ◦ green 6 ◦ blue 12

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

Shades of Sangria #A4060C

Tints of Sangria #A4060C

RGB

 RED value IS 164 (64.45% from 255) = 90.11%

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 90.11%
G = 3.3%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4060C (or 0xA4060C) is known color: Sangria. HEX triplet: A4, 06 and 0C. RGB value is (164,6,12). Sum of RGB (Red+Green+Blue) = 164+6+12=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A4060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4060C is #5BF9F3. Grayscale: #363636. Windows color (decimal): -6027764 or 788132. OLE color: 788132.

HSL color Cylindrical-coordinate representation of color #A4060C: hue angle of 357.72º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4060C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 6 12 -
CMYK 0 0.96 0.93 0.36
HSL 357.72º 0.93% 0.33% -
HSV(B) 357.72º 0.96% 0.64% -
XYZ 15.44 8.05 1.09 -
YUV 53.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 164 6 12 0 0.96 0.93 0.36 357.72 0.93 0.33
Hex A4 6 C 0 60 5D 24 166 5D 21
Octal 244 6 14 0 140 135 44 546 135 41
Binary 10100100 110 1100 0 1100000 1011101 100100 101100110 1011101 100001

Color Harmonies of #A4060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4060C

Black with #A4060C

Text Example


Text Example

White with #A4060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4060C; }

 p { color: rgb(164,6,12); }

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

background-color css

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

 a { background-color: rgb(164,6,12); }

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

border-color css

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

 span { border-color: rgb(164,6,12); }

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