Html Css Color HEX #A30307 Sangria

📋 copy color: '#A30307'

red 163 ◦ green 3 ◦ blue 7

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

Shades of Sangria #A30307

Tints of Sangria #A30307

RGB

 RED value IS 163 (64.06% from 255) = 94.22%

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

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

R = 94.22%
G = 1.73%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A30307 (or 0xA30307) is known color: Sangria. HEX triplet: A3, 03 and 07. RGB value is (163,3,7). Sum of RGB (Red+Green+Blue) = 163+3+7=173 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.22% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 163 - color contains mainly: red. Hex color #A30307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30307 is #5CFCF8. Grayscale: #333333. Windows color (decimal): -6094073 or 459683. OLE color: 459683.

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

Color convert

RGB 163 3 7 -
CMYK 0 0.98 0.96 0.36
HSL 358.5º 0.96% 0.33% -
HSV(B) 358.5º 0.98% 0.64% -
XYZ 15.18 7.87 0.92 -
YUV 51.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 163 3 7 0 0.98 0.96 0.36 358.5 0.96 0.33
Hex A3 3 7 0 62 60 24 166 60 21
Octal 243 3 7 0 142 140 44 546 140 41
Binary 10100011 11 111 0 1100010 1100000 100100 101100110 1100000 100001

Color Harmonies of #A30307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30307

Black with #A30307

Text Example


Text Example

White with #A30307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30307; }

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

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

background-color css

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

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

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

border-color css

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

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

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