Html Css Color HEX #A4090A Sangria

📋 copy color: '#A4090A'

red 164 ◦ green 9 ◦ blue 10

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

Shades of Sangria #A4090A

Tints of Sangria #A4090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 89.62%
G = 4.92%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A4090A (or 0xA4090A) is known color: Sangria. HEX triplet: A4, 09 and 0A. RGB value is (164,9,10). Sum of RGB (Red+Green+Blue) = 164+9+10=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A4090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4090A is #5BF6F5. Grayscale: #373737. Windows color (decimal): -6026998 or 657828. OLE color: 657828.

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

Color convert

RGB 164 9 10 -
CMYK 0 0.95 0.94 0.36
HSL 359.61º 0.9% 0.34% -
HSV(B) 359.61º 0.95% 0.64% -
XYZ 15.46 8.11 1.04 -
YUV 55.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 164 9 10 0 0.95 0.94 0.36 359.61 0.9 0.34
Hex A4 9 A 0 5F 5E 24 168 5A 22
Octal 244 11 12 0 137 136 44 550 132 42
Binary 10100100 1001 1010 0 1011111 1011110 100100 101101000 1011010 100010

Color Harmonies of #A4090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4090A

Black with #A4090A

Text Example


Text Example

White with #A4090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4090A; }

 p { color: rgb(164,9,10); }

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

background-color css

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

 a { background-color: rgb(164,9,10); }

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

border-color css

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

 span { border-color: rgb(164,9,10); }

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