Html Css Color HEX #A30500 Dark Red

📋 copy color: '#A30500'

red 163 ◦ green 5 ◦ blue 0

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

Shades of Dark Red #A30500

Tints of Dark Red #A30500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 97.02%
G = 2.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A30500 (or 0xA30500) is known color: Dark Red. HEX triplet: A3, 05 and 00. RGB value is (163,5,0). Sum of RGB (Red+Green+Blue) = 163+5+0=168 (22% of max value = 765). Red value is 163 (64.06% from 255 or 97.02% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 163 - color contains mainly: red. Hex color #A30500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30500 is #5CFAFF. Grayscale: #333333. Windows color (decimal): -6093568 or 1443. OLE color: 1443.

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

Color convert

RGB 163 5 0 -
CMYK 0 0.97 1 0.36
HSL 1.84º 1% 0.32% -
HSV(B) 1.84º 1% 0.64% -
XYZ 15.16 7.9 0.72 -
YUV 51.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 163 5 0 0 0.97 1 0.36 1.84 1 0.32
Hex A3 5 0 0 61 64 24 2 64 20
Octal 243 5 0 0 141 144 44 2 144 40
Binary 10100011 101 0 0 1100001 1100100 100100 10 1100100 100000

Color Harmonies of #A30500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30500

Black with #A30500

Text Example


Text Example

White with #A30500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30500; }

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

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

background-color css

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

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

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

border-color css

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

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

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