Html Css Color HEX #A3090A Sangria

📋 copy color: '#A3090A'

red 163 ◦ green 9 ◦ blue 10

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

Shades of Sangria #A3090A

Tints of Sangria #A3090A

RGB

 RED value IS 163 (64.06% from 255) = 89.56%

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

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

R = 89.56%
G = 4.95%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3090A (or 0xA3090A) is known color: Sangria. HEX triplet: A3, 09 and 0A. RGB value is (163,9,10). Sum of RGB (Red+Green+Blue) = 163+9+10=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A3090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3090A is #5CF6F5. Grayscale: #373737. Windows color (decimal): -6092534 or 657827. OLE color: 657827.

HSL color Cylindrical-coordinate representation of color #A3090A: 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.94%. Process color model (Four color, CMYK) of #A3090A is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 9 10 -
CMYK 0 0.94 0.94 0.36
HSL 359.61º 0.9% 0.34% -
HSV(B) 359.61º 0.94% 0.64% -
XYZ 15.26 8 1.03 -
YUV 55.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 163 9 10 0 0.94 0.94 0.36 359.61 0.9 0.34
Hex A3 9 A 0 5E 5E 24 168 5A 22
Octal 243 11 12 0 136 136 44 550 132 42
Binary 10100011 1001 1010 0 1011110 1011110 100100 101101000 1011010 100010

Color Harmonies of #A3090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3090A

Black with #A3090A

Text Example


Text Example

White with #A3090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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