Html Css Color HEX #A4060D Sangria

📋 copy color: '#A4060D'

red 164 ◦ green 6 ◦ blue 13

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

Shades of Sangria #A4060D

Tints of Sangria #A4060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 89.62%
G = 3.28%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4060D (or 0xA4060D) is known color: Sangria. HEX triplet: A4, 06 and 0D. RGB value is (164,6,13). Sum of RGB (Red+Green+Blue) = 164+6+13=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A4060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4060D is #5BF9F2. Grayscale: #363636. Windows color (decimal): -6027763 or 853668. OLE color: 853668.

HSL color Cylindrical-coordinate representation of color #A4060D: hue angle of 357.34º 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 #A4060D is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 6 13 -
CMYK 0 0.96 0.92 0.36
HSL 357.34º 0.93% 0.33% -
HSV(B) 357.34º 0.96% 0.64% -
XYZ 15.45 8.05 1.12 -
YUV 54.04 104.85 206.43 -
System Red Green Blue C M Y K H S L
Decimal 164 6 13 0 0.96 0.92 0.36 357.34 0.93 0.33
Hex A4 6 D 0 60 5C 24 165 5D 21
Octal 244 6 15 0 140 134 44 545 135 41
Binary 10100100 110 1101 0 1100000 1011100 100100 101100101 1011101 100001

Color Harmonies of #A4060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4060D

Black with #A4060D

Text Example


Text Example

White with #A4060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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