Html Css Color HEX #A30809 Sangria

📋 copy color: '#A30809'

red 163 ◦ green 8 ◦ blue 9

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

Shades of Sangria #A30809

Tints of Sangria #A30809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 90.56%
G = 4.44%
B = 5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A30809 (or 0xA30809) is known color: Sangria. HEX triplet: A3, 08 and 09. RGB value is (163,8,9). Sum of RGB (Red+Green+Blue) = 163+8+9=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A30809 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30809 is #5CF7F6. Grayscale: #363636. Windows color (decimal): -6092791 or 592035. OLE color: 592035.

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

Color convert

RGB 163 8 9 -
CMYK 0 0.95 0.94 0.36
HSL 359.61º 0.91% 0.34% -
HSV(B) 359.61º 0.95% 0.64% -
XYZ 15.24 7.98 1 -
YUV 54.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 163 8 9 0 0.95 0.94 0.36 359.61 0.91 0.34
Hex A3 8 9 0 5F 5E 24 168 5B 22
Octal 243 10 11 0 137 136 44 550 133 42
Binary 10100011 1000 1001 0 1011111 1011110 100100 101101000 1011011 100010

Color Harmonies of #A30809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30809

Black with #A30809

Text Example


Text Example

White with #A30809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30809; }

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

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

background-color css

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

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

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

border-color css

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

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

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