Html Css Color HEX #A90004 Sangria

📋 copy color: '#A90004'

red 169 ◦ green 0 ◦ blue 4

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

Shades of Sangria #A90004

Tints of Sangria #A90004

RGB

 RED value IS 169 (66.41% from 255) = 97.69%

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

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

R = 97.69%
G = 0%
B = 2.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A90004 (or 0xA90004) is known color: Sangria. HEX triplet: A9, 00 and 04. RGB value is (169,0,4). Sum of RGB (Red+Green+Blue) = 169+0+4=173 (22% of max value = 765). Red value is 169 (66.41% from 255 or 97.69% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 169 - color contains mainly: red. Hex color #A90004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90004 is #56FFFB. Grayscale: #333333. Windows color (decimal): -5701628 or 262313. OLE color: 262313.

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

Color convert

RGB 169 0 4 -
CMYK 0 1 0.98 0.34
HSL 358.58º 1% 0.33% -
HSV(B) 358.58º 1% 0.66% -
XYZ 16.38 8.44 0.88 -
YUV 50.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 169 0 4 0 1 0.98 0.34 358.58 1 0.33
Hex A9 0 4 0 64 62 22 167 64 21
Octal 251 0 4 0 144 142 42 547 144 41
Binary 10101001 0 100 0 1100100 1100010 100010 101100111 1100100 100001

Color Harmonies of #A90004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90004

Black with #A90004

Text Example


Text Example

White with #A90004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90004; }

 p { color: rgb(169,0,4); }

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

background-color css

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

 a { background-color: rgb(169,0,4); }

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

border-color css

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

 span { border-color: rgb(169,0,4); }

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