Html Css Color HEX #A30305 Sangria

📋 copy color: '#A30305'

red 163 ◦ green 3 ◦ blue 5

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

Shades of Sangria #A30305

Tints of Sangria #A30305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.92%

R = 95.32%
G = 1.75%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A30305 (or 0xA30305) is known color: Sangria. HEX triplet: A3, 03 and 05. RGB value is (163,3,5). Sum of RGB (Red+Green+Blue) = 163+3+5=171 (22% of max value = 765). Red value is 163 (64.06% from 255 or 95.32% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 163 - color contains mainly: red. Hex color #A30305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30305 is #5CFCFA. Grayscale: #333333. Windows color (decimal): -6094075 or 328611. OLE color: 328611.

HSL color Cylindrical-coordinate representation of color #A30305: hue angle of 359.25º 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 #A30305 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 5 -
CMYK 0 0.98 0.97 0.36
HSL 359.25º 0.96% 0.33% -
HSV(B) 359.25º 0.98% 0.64% -
XYZ 15.16 7.86 0.86 -
YUV 51.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 163 3 5 0 0.98 0.97 0.36 359.25 0.96 0.33
Hex A3 3 5 0 62 61 24 167 60 21
Octal 243 3 5 0 142 141 44 547 140 41
Binary 10100011 11 101 0 1100010 1100001 100100 101100111 1100000 100001

Color Harmonies of #A30305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30305

Black with #A30305

Text Example


Text Example

White with #A30305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30305; }

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

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

background-color css

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

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

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

border-color css

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

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

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