Html Css Color HEX #A10409 Sangria

📋 copy color: '#A10409'

red 161 ◦ green 4 ◦ blue 9

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

Shades of Sangria #A10409

Tints of Sangria #A10409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 92.53%
G = 2.3%
B = 5.17%

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

#A10409 (or 0xA10409) is known color: Sangria. HEX triplet: A1, 04 and 09. RGB value is (161,4,9). Sum of RGB (Red+Green+Blue) = 161+4+9=174 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92.53% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 161 - color contains mainly: red. Hex color #A10409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10409 is #5EFBF6. Grayscale: #333333. Windows color (decimal): -6224887 or 591009. OLE color: 591009.

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

Color convert

RGB 161 4 9 -
CMYK 0 0.98 0.94 0.37
HSL 358.09º 0.95% 0.32% -
HSV(B) 358.09º 0.98% 0.63% -
XYZ 14.79 7.68 0.96 -
YUV 51.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 161 4 9 0 0.98 0.94 0.37 358.09 0.95 0.32
Hex A1 4 9 0 62 5E 25 166 5F 20
Octal 241 4 11 0 142 136 45 546 137 40
Binary 10100001 100 1001 0 1100010 1011110 100101 101100110 1011111 100000

Color Harmonies of #A10409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10409

Black with #A10409

Text Example


Text Example

White with #A10409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10409; }

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

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

background-color css

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

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

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

border-color css

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

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

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