Html Css Color HEX #A40009 Sangria

📋 copy color: '#A40009'

red 164 ◦ green 0 ◦ blue 9

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

Shades of Sangria #A40009

Tints of Sangria #A40009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 5.2%

R = 94.8%
G = 0%
B = 5.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A40009 (or 0xA40009) is known color: Sangria. HEX triplet: A4, 00 and 09. RGB value is (164,0,9). Sum of RGB (Red+Green+Blue) = 164+0+9=173 (22% of max value = 765). Red value is 164 (64.45% from 255 or 94.80% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 164 - color contains mainly: red. Hex color #A40009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40009 is #5BFFF6. Grayscale: #323232. Windows color (decimal): -6029303 or 589988. OLE color: 589988.

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

Color convert

RGB 164 0 9 -
CMYK 0 1 0.95 0.36
HSL 356.71º 1% 0.32% -
HSV(B) 356.71º 1% 0.64% -
XYZ 15.36 7.91 0.98 -
YUV 50.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 164 0 9 0 1 0.95 0.36 356.71 1 0.32
Hex A4 0 9 0 64 5F 24 165 64 20
Octal 244 0 11 0 144 137 44 545 144 40
Binary 10100100 0 1001 0 1100100 1011111 100100 101100101 1100100 100000

Color Harmonies of #A40009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40009

Black with #A40009

Text Example


Text Example

White with #A40009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40009; }

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

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

background-color css

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

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

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

border-color css

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

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

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