Html Css Color HEX #A50007 Sangria

📋 copy color: '#A50007'

red 165 ◦ green 0 ◦ blue 7

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

Shades of Sangria #A50007

Tints of Sangria #A50007

RGB

 RED value IS 165 (64.84% from 255) = 95.93%

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

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

R = 95.93%
G = 0%
B = 4.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A50007 (or 0xA50007) is known color: Sangria. HEX triplet: A5, 00 and 07. RGB value is (165,0,7). Sum of RGB (Red+Green+Blue) = 165+0+7=172 (22% of max value = 765). Red value is 165 (64.84% from 255 or 95.93% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 165 - color contains mainly: red. Hex color #A50007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50007 is #5AFFF8. Grayscale: #323232. Windows color (decimal): -5963769 or 458917. OLE color: 458917.

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

Color convert

RGB 165 0 7 -
CMYK 0 1 0.96 0.35
HSL 357.45º 1% 0.32% -
HSV(B) 357.45º 1% 0.65% -
XYZ 15.56 8.01 0.93 -
YUV 50.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 165 0 7 0 1 0.96 0.35 357.45 1 0.32
Hex A5 0 7 0 64 60 23 165 64 20
Octal 245 0 7 0 144 140 43 545 144 40
Binary 10100101 0 111 0 1100100 1100000 100011 101100101 1100100 100000

Color Harmonies of #A50007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50007

Black with #A50007

Text Example


Text Example

White with #A50007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50007; }

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

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

background-color css

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

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

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

border-color css

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

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

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