Html Css Color HEX #A40204 Sangria

📋 copy color: '#A40204'

red 164 ◦ green 2 ◦ blue 4

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

Shades of Sangria #A40204

Tints of Sangria #A40204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 96.47%
G = 1.18%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A40204 (or 0xA40204) is known color: Sangria. HEX triplet: A4, 02 and 04. RGB value is (164,2,4). Sum of RGB (Red+Green+Blue) = 164+2+4=170 (22% of max value = 765). Red value is 164 (64.45% from 255 or 96.47% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 164 - color contains mainly: red. Hex color #A40204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40204 is #5BFDFB. Grayscale: #323232. Windows color (decimal): -6028796 or 262820. OLE color: 262820.

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

Color convert

RGB 164 2 4 -
CMYK 0 0.99 0.98 0.36
HSL 359.26º 0.98% 0.33% -
HSV(B) 359.26º 0.99% 0.64% -
XYZ 15.35 7.94 0.84 -
YUV 50.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 164 2 4 0 0.99 0.98 0.36 359.26 0.98 0.33
Hex A4 2 4 0 63 62 24 167 62 21
Octal 244 2 4 0 143 142 44 547 142 41
Binary 10100100 10 100 0 1100011 1100010 100100 101100111 1100010 100001

Color Harmonies of #A40204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40204

Black with #A40204

Text Example


Text Example

White with #A40204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40204; }

 p { color: rgb(164,2,4); }

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

background-color css

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

 a { background-color: rgb(164,2,4); }

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

border-color css

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

 span { border-color: rgb(164,2,4); }

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