Html Css Color HEX #A30506 Sangria

📋 copy color: '#A30506'

red 163 ◦ green 5 ◦ blue 6

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

Shades of Sangria #A30506

Tints of Sangria #A30506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 6 (2.73% from 255) = 3.45%

R = 93.68%
G = 2.87%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A30506 (or 0xA30506) is known color: Sangria. HEX triplet: A3, 05 and 06. RGB value is (163,5,6). Sum of RGB (Red+Green+Blue) = 163+5+6=174 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.68% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 163 - color contains mainly: red. Hex color #A30506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30506 is #5CFAF9. Grayscale: #343434. Windows color (decimal): -6093562 or 394659. OLE color: 394659.

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

Color convert

RGB 163 5 6 -
CMYK 0 0.97 0.96 0.36
HSL 359.62º 0.94% 0.33% -
HSV(B) 359.62º 0.97% 0.64% -
XYZ 15.19 7.91 0.9 -
YUV 52.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 163 5 6 0 0.97 0.96 0.36 359.62 0.94 0.33
Hex A3 5 6 0 61 60 24 168 5E 21
Octal 243 5 6 0 141 140 44 550 136 41
Binary 10100011 101 110 0 1100001 1100000 100100 101101000 1011110 100001

Color Harmonies of #A30506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30506

Black with #A30506

Text Example


Text Example

White with #A30506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30506; }

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

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

background-color css

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

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

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

border-color css

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

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

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