#A30007

Color #A30007 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A30007

Tints of Sangria #A30007

Color information

#A30007 (or 0xA30007) is unknown color: approx Sangria. HEX triplet: A3, 00 and 07. RGB value is (163,0,7). Sum of RGB (Red+Green+Blue) = 163+0+7=170 (22% of max value = 765). Red value is 163 (64.06% from 255 or 95.88% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 163 - color contains mainly: red. Hex color #A30007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30007 is #5CFFF8. Grayscale: #313131. Windows color (decimal): -6094841 or 458915. OLE color: 458915.

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

Color convert

RGB16307-
CMYK010.960.36
HSL357.42º100%31.96%-
HSV(B)357.42º100%63.92%-
XYZ15.147.80.91-
YUV49.54104208.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 95.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=95.88%
G=0%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16307010.960.36357.4210031.96
HexA30706460241656420
Octal2430701441404454514440
Binary1010001101110110010011000001001001011001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30007; }

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

 H1.HeaderClassName
 {
   color: #A30007;
 }
 .AnyTagClassName
 {
   color: #A30007;
 }
</style>
background-color css

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

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

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

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

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

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