Html Css Color HEX #A30900 Dark Red

📋 copy color: '#A30900'

red 163 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #A30900

Tints of Dark Red #A30900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 94.77%
G = 5.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A30900 (or 0xA30900) is known color: Dark Red. HEX triplet: A3, 09 and 00. RGB value is (163,9,0). Sum of RGB (Red+Green+Blue) = 163+9+0=172 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.77% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 163 - color contains mainly: red. Hex color #A30900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30900 is #5CF6FF. Grayscale: #363636. Windows color (decimal): -6092544 or 2467. OLE color: 2467.

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

Color convert

RGB 163 9 0 -
CMYK 0 0.94 1 0.36
HSL 3.31º 1% 0.32% -
HSV(B) 3.31º 1% 0.64% -
XYZ 15.2 7.98 0.74 -
YUV 54.02 97.52 205.73 -
System Red Green Blue C M Y K H S L
Decimal 163 9 0 0 0.94 1 0.36 3.31 1 0.32
Hex A3 9 0 0 5E 64 24 3 64 20
Octal 243 11 0 0 136 144 44 3 144 40
Binary 10100011 1001 0 0 1011110 1100100 100100 11 1100100 100000

Color Harmonies of #A30900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30900

Black with #A30900

Text Example


Text Example

White with #A30900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30900; }

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

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

background-color css

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

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

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

border-color css

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

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

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