Html Css Color HEX #A10309 Sangria

📋 copy color: '#A10309'

red 161 ◦ green 3 ◦ blue 9

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

Shades of Sangria #A10309

Tints of Sangria #A10309

RGB

 RED value IS 161 (63.28% from 255) = 93.06%

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 93.06%
G = 1.73%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A10309 (or 0xA10309) is known color: Sangria. HEX triplet: A1, 03 and 09. RGB value is (161,3,9). Sum of RGB (Red+Green+Blue) = 161+3+9=173 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.06% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 161 - color contains mainly: red. Hex color #A10309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10309 is #5EFCF6. Grayscale: #333333. Windows color (decimal): -6225143 or 590753. OLE color: 590753.

HSL color Cylindrical-coordinate representation of color #A10309: hue angle of 357.72º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10309 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 3 9 -
CMYK 0 0.98 0.94 0.37
HSL 357.72º 0.96% 0.32% -
HSV(B) 357.72º 0.98% 0.63% -
XYZ 14.78 7.66 0.96 -
YUV 50.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 161 3 9 0 0.98 0.94 0.37 357.72 0.96 0.32
Hex A1 3 9 0 62 5E 25 166 60 20
Octal 241 3 11 0 142 136 45 546 140 40
Binary 10100001 11 1001 0 1100010 1011110 100101 101100110 1100000 100000

Color Harmonies of #A10309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10309

Black with #A10309

Text Example


Text Example

White with #A10309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10309; }

 p { color: rgb(161,3,9); }

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

background-color css

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

 a { background-color: rgb(161,3,9); }

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

border-color css

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

 span { border-color: rgb(161,3,9); }

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