Html Css Color HEX #A00307 Sangria

📋 copy color: '#A00307'

red 160 ◦ green 3 ◦ blue 7

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

Shades of Sangria #A00307

Tints of Sangria #A00307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 94.12%
G = 1.76%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A00307 (or 0xA00307) is known color: Sangria. HEX triplet: A0, 03 and 07. RGB value is (160,3,7). Sum of RGB (Red+Green+Blue) = 160+3+7=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00307 is #5FFCF8. Grayscale: #323232. Windows color (decimal): -6290681 or 459680. OLE color: 459680.

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

Color convert

RGB 160 3 7 -
CMYK 0 0.98 0.96 0.37
HSL 358.47º 0.96% 0.32% -
HSV(B) 358.47º 0.98% 0.63% -
XYZ 14.57 7.55 0.89 -
YUV 50.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 160 3 7 0 0.98 0.96 0.37 358.47 0.96 0.32
Hex A0 3 7 0 62 60 25 166 60 20
Octal 240 3 7 0 142 140 45 546 140 40
Binary 10100000 11 111 0 1100010 1100000 100101 101100110 1100000 100000

Color Harmonies of #A00307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00307

Black with #A00307

Text Example


Text Example

White with #A00307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00307; }

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

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

background-color css

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

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

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

border-color css

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

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

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