Html Css Color HEX #A10008 Sangria

📋 copy color: '#A10008'

red 161 ◦ green 0 ◦ blue 8

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

Shades of Sangria #A10008

Tints of Sangria #A10008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 95.27%
G = 0%
B = 4.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A10008 (or 0xA10008) is known color: Sangria. HEX triplet: A1, 00 and 08. RGB value is (161,0,8). Sum of RGB (Red+Green+Blue) = 161+0+8=169 (22% of max value = 765). Red value is 161 (63.28% from 255 or 95.27% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 161 - color contains mainly: red. Hex color #A10008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10008 is #5EFFF7. Grayscale: #313131. Windows color (decimal): -6225912 or 524449. OLE color: 524449.

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

Color convert

RGB 161 0 8 -
CMYK 0 1 0.95 0.37
HSL 357.02º 1% 0.32% -
HSV(B) 357.02º 1% 0.63% -
XYZ 14.74 7.59 0.92 -
YUV 49.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 161 0 8 0 1 0.95 0.37 357.02 1 0.32
Hex A1 0 8 0 64 5F 25 165 64 20
Octal 241 0 10 0 144 137 45 545 144 40
Binary 10100001 0 1000 0 1100100 1011111 100101 101100101 1100100 100000

Color Harmonies of #A10008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10008

Black with #A10008

Text Example


Text Example

White with #A10008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10008; }

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

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

background-color css

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

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

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

border-color css

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

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

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