Html Css Color HEX #A30509 Sangria

📋 copy color: '#A30509'

red 163 ◦ green 5 ◦ blue 9

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

Shades of Sangria #A30509

Tints of Sangria #A30509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 92.09%
G = 2.82%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A30509 (or 0xA30509) is known color: Sangria. HEX triplet: A3, 05 and 09. RGB value is (163,5,9). Sum of RGB (Red+Green+Blue) = 163+5+9=177 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.09% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 163 - color contains mainly: red. Hex color #A30509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30509 is #5CFAF6. Grayscale: #343434. Windows color (decimal): -6093559 or 591267. OLE color: 591267.

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

Color convert

RGB 163 5 9 -
CMYK 0 0.97 0.94 0.36
HSL 358.48º 0.94% 0.33% -
HSV(B) 358.48º 0.97% 0.64% -
XYZ 15.21 7.91 0.98 -
YUV 52.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 163 5 9 0 0.97 0.94 0.36 358.48 0.94 0.33
Hex A3 5 9 0 61 5E 24 166 5E 21
Octal 243 5 11 0 141 136 44 546 136 41
Binary 10100011 101 1001 0 1100001 1011110 100100 101100110 1011110 100001

Color Harmonies of #A30509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30509

Black with #A30509

Text Example


Text Example

White with #A30509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30509; }

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

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

background-color css

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

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

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

border-color css

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

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

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