Html Css Color HEX #A30205 Sangria

📋 copy color: '#A30205'

red 163 ◦ green 2 ◦ blue 5

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

Shades of Sangria #A30205

Tints of Sangria #A30205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 95.88%
G = 1.18%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A30205 (or 0xA30205) is known color: Sangria. HEX triplet: A3, 02 and 05. RGB value is (163,2,5). Sum of RGB (Red+Green+Blue) = 163+2+5=170 (22% of max value = 765). Red value is 163 (64.06% from 255 or 95.88% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 163 - color contains mainly: red. Hex color #A30205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30205 is #5CFDFA. Grayscale: #323232. Windows color (decimal): -6094331 or 328355. OLE color: 328355.

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

Color convert

RGB 163 2 5 -
CMYK 0 0.99 0.97 0.36
HSL 358.88º 0.98% 0.32% -
HSV(B) 358.88º 0.99% 0.64% -
XYZ 15.15 7.84 0.86 -
YUV 50.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 163 2 5 0 0.99 0.97 0.36 358.88 0.98 0.32
Hex A3 2 5 0 63 61 24 167 62 20
Octal 243 2 5 0 143 141 44 547 142 40
Binary 10100011 10 101 0 1100011 1100001 100100 101100111 1100010 100000

Color Harmonies of #A30205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30205

Black with #A30205

Text Example


Text Example

White with #A30205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30205; }

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

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

background-color css

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

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

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

border-color css

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

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

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