Html Css Color HEX #A30200 Dark Red

📋 copy color: '#A30200'

red 163 ◦ green 2 ◦ blue 0

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

Shades of Dark Red #A30200

Tints of Dark Red #A30200

RGB

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

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

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

R = 98.79%
G = 1.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A30200 (or 0xA30200) is known color: Dark Red. HEX triplet: A3, 02 and 00. RGB value is (163,2,0). Sum of RGB (Red+Green+Blue) = 163+2+0=165 (21% of max value = 765). Red value is 163 (64.06% from 255 or 98.79% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 163 - color contains mainly: red. Hex color #A30200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30200 is #5CFDFF. Grayscale: #323232. Windows color (decimal): -6094336 or 675. OLE color: 675.

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

Color convert

RGB 163 2 0 -
CMYK 0 0.99 1 0.36
HSL 0.74º 1% 0.32% -
HSV(B) 0.74º 1% 0.64% -
XYZ 15.13 7.83 0.71 -
YUV 49.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 163 2 0 0 0.99 1 0.36 0.74 1 0.32
Hex A3 2 0 0 63 64 24 1 64 20
Octal 243 2 0 0 143 144 44 1 144 40
Binary 10100011 10 0 0 1100011 1100100 100100 1 1100100 100000

Color Harmonies of #A30200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30200

Black with #A30200

Text Example


Text Example

White with #A30200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30200; }

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

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

background-color css

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

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

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

border-color css

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

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

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