Html Css Color HEX #A00107 Sangria

📋 copy color: '#A00107'

red 160 ◦ green 1 ◦ blue 7

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

Shades of Sangria #A00107

Tints of Sangria #A00107

RGB

 RED value IS 160 (62.89% from 255) = 95.24%

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 95.24%
G = 0.6%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A00107 (or 0xA00107) is known color: Sangria. HEX triplet: A0, 01 and 07. RGB value is (160,1,7). Sum of RGB (Red+Green+Blue) = 160+1+7=168 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.24% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 160 - color contains mainly: red. Hex color #A00107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00107 is #5FFEF8. Grayscale: #313131. Windows color (decimal): -6291193 or 459168. OLE color: 459168.

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

Color convert

RGB 160 1 7 -
CMYK 0 0.99 0.96 0.37
HSL 357.74º 0.99% 0.32% -
HSV(B) 357.74º 0.99% 0.63% -
XYZ 14.55 7.51 0.88 -
YUV 49.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 160 1 7 0 0.99 0.96 0.37 357.74 0.99 0.32
Hex A0 1 7 0 63 60 25 166 63 20
Octal 240 1 7 0 143 140 45 546 143 40
Binary 10100000 1 111 0 1100011 1100000 100101 101100110 1100011 100000

Color Harmonies of #A00107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00107

Black with #A00107

Text Example


Text Example

White with #A00107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00107; }

 p { color: rgb(160,1,7); }

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

background-color css

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

 a { background-color: rgb(160,1,7); }

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

border-color css

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

 span { border-color: rgb(160,1,7); }

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