Html Css Color HEX #A10006 Sangria

📋 copy color: '#A10006'

red 161 ◦ green 0 ◦ blue 6

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

Shades of Sangria #A10006

Tints of Sangria #A10006

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 96.41%
G = 0%
B = 3.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A10006 (or 0xA10006) is known color: Sangria. HEX triplet: A1, 00 and 06. RGB value is (161,0,6). Sum of RGB (Red+Green+Blue) = 161+0+6=167 (22% of max value = 765). Red value is 161 (63.28% from 255 or 96.41% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 161 - color contains mainly: red. Hex color #A10006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10006 is #5EFFF9. Grayscale: #303030. Windows color (decimal): -6225914 or 393377. OLE color: 393377.

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

Color convert

RGB 161 0 6 -
CMYK 0 1 0.96 0.37
HSL 357.76º 1% 0.32% -
HSV(B) 357.76º 1% 0.63% -
XYZ 14.73 7.59 0.86 -
YUV 48.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 161 0 6 0 1 0.96 0.37 357.76 1 0.32
Hex A1 0 6 0 64 60 25 166 64 20
Octal 241 0 6 0 144 140 45 546 144 40
Binary 10100001 0 110 0 1100100 1100000 100101 101100110 1100100 100000

Color Harmonies of #A10006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10006

Black with #A10006

Text Example


Text Example

White with #A10006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10006; }

 p { color: rgb(161,0,6); }

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

background-color css

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

 a { background-color: rgb(161,0,6); }

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

border-color css

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

 span { border-color: rgb(161,0,6); }

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