Html Css Color HEX #A30F05 Dark Red

📋 copy color: '#A30F05'

red 163 ◦ green 15 ◦ blue 5

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

Shades of Dark Red #A30F05

Tints of Dark Red #A30F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.2%

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

R = 89.07%
G = 8.2%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A30F05 (or 0xA30F05) is known color: Dark Red. HEX triplet: A3, 0F and 05. RGB value is (163,15,5). Sum of RGB (Red+Green+Blue) = 163+15+5=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F05 is #5CF0FA. Grayscale: #3A3A3A. Windows color (decimal): -6091003 or 331683. OLE color: 331683.

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

Color convert

RGB 163 15 5 -
CMYK 0 0.91 0.97 0.36
HSL 3.8º 0.94% 0.33% -
HSV(B) 3.8º 0.97% 0.64% -
XYZ 15.3 8.14 0.91 -
YUV 58.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 163 15 5 0 0.91 0.97 0.36 3.8 0.94 0.33
Hex A3 F 5 0 5B 61 24 4 5E 21
Octal 243 17 5 0 133 141 44 4 136 41
Binary 10100011 1111 101 0 1011011 1100001 100100 100 1011110 100001

Color Harmonies of #A30F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F05

Black with #A30F05

Text Example


Text Example

White with #A30F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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