Html Css Color HEX #A90008 Sangria

📋 copy color: '#A90008'

red 169 ◦ green 0 ◦ blue 8

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

Shades of Sangria #A90008

Tints of Sangria #A90008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 95.48%
G = 0%
B = 4.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A90008 (or 0xA90008) is known color: Sangria. HEX triplet: A9, 00 and 08. RGB value is (169,0,8). Sum of RGB (Red+Green+Blue) = 169+0+8=177 (23% of max value = 765). Red value is 169 (66.41% from 255 or 95.48% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 169 - color contains mainly: red. Hex color #A90008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90008 is #56FFF7. Grayscale: #333333. Windows color (decimal): -5701624 or 524457. OLE color: 524457.

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

Color convert

RGB 169 0 8 -
CMYK 0 1 0.95 0.34
HSL 357.16º 1% 0.33% -
HSV(B) 357.16º 1% 0.66% -
XYZ 16.41 8.45 1 -
YUV 51.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 169 0 8 0 1 0.95 0.34 357.16 1 0.33
Hex A9 0 8 0 64 5F 22 165 64 21
Octal 251 0 10 0 144 137 42 545 144 41
Binary 10101001 0 1000 0 1100100 1011111 100010 101100101 1100100 100001

Color Harmonies of #A90008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90008

Black with #A90008

Text Example


Text Example

White with #A90008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90008; }

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

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

background-color css

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

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

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

border-color css

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

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

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