Html Css Color HEX #A00007 Sangria

📋 copy color: '#A00007'

red 160 ◦ green 0 ◦ blue 7

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

Shades of Sangria #A00007

Tints of Sangria #A00007

RGB

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

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

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

R = 95.81%
G = 0%
B = 4.19%

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

#A00007 (or 0xA00007) is known color: Sangria. HEX triplet: A0, 00 and 07. RGB value is (160,0,7). Sum of RGB (Red+Green+Blue) = 160+0+7=167 (22% of max value = 765). Red value is 160 (62.89% from 255 or 95.81% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 160 - color contains mainly: red. Hex color #A00007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00007 is #5FFFF8. Grayscale: #303030. Windows color (decimal): -6291449 or 458912. OLE color: 458912.

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

Color convert

RGB 160 0 7 -
CMYK 0 1 0.96 0.37
HSL 357.38º 1% 0.31% -
HSV(B) 357.38º 1% 0.63% -
XYZ 14.54 7.49 0.88 -
YUV 48.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 160 0 7 0 1 0.96 0.37 357.38 1 0.31
Hex A0 0 7 0 64 60 25 165 64 1F
Octal 240 0 7 0 144 140 45 545 144 37
Binary 10100000 0 111 0 1100100 1100000 100101 101100101 1100100 11111

Color Harmonies of #A00007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00007

Black with #A00007

Text Example


Text Example

White with #A00007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00007; }

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

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

background-color css

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

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

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

border-color css

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

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

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