Html Css Color HEX #A40506 Sangria

📋 copy color: '#A40506'

red 164 ◦ green 5 ◦ blue 6

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

Shades of Sangria #A40506

Tints of Sangria #A40506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 6 (2.73% from 255) = 3.43%

R = 93.71%
G = 2.86%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A40506 (or 0xA40506) is known color: Sangria. HEX triplet: A4, 05 and 06. RGB value is (164,5,6). Sum of RGB (Red+Green+Blue) = 164+5+6=175 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 164 - color contains mainly: red. Hex color #A40506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40506 is #5BFAF9. Grayscale: #343434. Windows color (decimal): -6028026 or 394660. OLE color: 394660.

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

Color convert

RGB 164 5 6 -
CMYK 0 0.97 0.96 0.36
HSL 359.62º 0.94% 0.33% -
HSV(B) 359.62º 0.97% 0.64% -
XYZ 15.4 8.01 0.91 -
YUV 52.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 164 5 6 0 0.97 0.96 0.36 359.62 0.94 0.33
Hex A4 5 6 0 61 60 24 168 5E 21
Octal 244 5 6 0 141 140 44 550 136 41
Binary 10100100 101 110 0 1100001 1100000 100100 101101000 1011110 100001

Color Harmonies of #A40506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40506

Black with #A40506

Text Example


Text Example

White with #A40506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40506; }

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

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

background-color css

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

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

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

border-color css

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

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

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