Html Css Color HEX #A60309 Sangria

📋 copy color: '#A60309'

red 166 ◦ green 3 ◦ blue 9

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

Shades of Sangria #A60309

Tints of Sangria #A60309

RGB

 RED value IS 166 (65.23% from 255) = 93.26%

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

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

R = 93.26%
G = 1.69%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A60309 (or 0xA60309) is known color: Sangria. HEX triplet: A6, 03 and 09. RGB value is (166,3,9). Sum of RGB (Red+Green+Blue) = 166+3+9=178 (23% of max value = 765). Red value is 166 (65.23% from 255 or 93.26% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 166 - color contains mainly: red. Hex color #A60309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60309 is #59FCF6. Grayscale: #343434. Windows color (decimal): -5897463 or 590758. OLE color: 590758.

HSL color Cylindrical-coordinate representation of color #A60309: hue angle of 357.79º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60309 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 3 9 -
CMYK 0 0.98 0.95 0.35
HSL 357.79º 0.96% 0.33% -
HSV(B) 357.79º 0.98% 0.65% -
XYZ 15.81 8.19 1.01 -
YUV 52.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 166 3 9 0 0.98 0.95 0.35 357.79 0.96 0.33
Hex A6 3 9 0 62 5F 23 166 60 21
Octal 246 3 11 0 142 137 43 546 140 41
Binary 10100110 11 1001 0 1100010 1011111 100011 101100110 1100000 100001

Color Harmonies of #A60309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60309

Black with #A60309

Text Example


Text Example

White with #A60309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60309; }

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

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

background-color css

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

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

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

border-color css

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

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

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