Html Css Color HEX #A4090E Sangria

📋 copy color: '#A4090E'

red 164 ◦ green 9 ◦ blue 14

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

Shades of Sangria #A4090E

Tints of Sangria #A4090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 87.7%
G = 4.81%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4090E (or 0xA4090E) is known color: Sangria. HEX triplet: A4, 09 and 0E. RGB value is (164,9,14). Sum of RGB (Red+Green+Blue) = 164+9+14=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A4090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4090E is #5BF6F1. Grayscale: #383838. Windows color (decimal): -6026994 or 919972. OLE color: 919972.

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

Color convert

RGB 164 9 14 -
CMYK 0 0.95 0.91 0.36
HSL 358.06º 0.9% 0.34% -
HSV(B) 358.06º 0.95% 0.64% -
XYZ 15.49 8.12 1.17 -
YUV 55.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 164 9 14 0 0.95 0.91 0.36 358.06 0.9 0.34
Hex A4 9 E 0 5F 5B 24 166 5A 22
Octal 244 11 16 0 137 133 44 546 132 42
Binary 10100100 1001 1110 0 1011111 1011011 100100 101100110 1011010 100010

Color Harmonies of #A4090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4090E

Black with #A4090E

Text Example


Text Example

White with #A4090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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