Html Css Color HEX #A30704 Dark Red

📋 copy color: '#A30704'

red 163 ◦ green 7 ◦ blue 4

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

Shades of Dark Red #A30704

Tints of Dark Red #A30704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 93.68%
G = 4.02%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A30704 (or 0xA30704) is known color: Dark Red. HEX triplet: A3, 07 and 04. RGB value is (163,7,4). Sum of RGB (Red+Green+Blue) = 163+7+4=174 (23% of max value = 765). Red value is 163 (64.06% from 255 or 93.68% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 163 - color contains mainly: red. Hex color #A30704 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30704 is #5CF8FB. Grayscale: #353535. Windows color (decimal): -6093052 or 264099. OLE color: 264099.

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

Color convert

RGB 163 7 4 -
CMYK 0 0.96 0.98 0.36
HSL 1.13º 0.95% 0.33% -
HSV(B) 1.13º 0.98% 0.64% -
XYZ 15.2 7.95 0.85 -
YUV 53.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 163 7 4 0 0.96 0.98 0.36 1.13 0.95 0.33
Hex A3 7 4 0 60 62 24 1 5F 21
Octal 243 7 4 0 140 142 44 1 137 41
Binary 10100011 111 100 0 1100000 1100010 100100 1 1011111 100001

Color Harmonies of #A30704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30704

Black with #A30704

Text Example


Text Example

White with #A30704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30704; }

 p { color: rgb(163,7,4); }

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

background-color css

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

 a { background-color: rgb(163,7,4); }

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

border-color css

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

 span { border-color: rgb(163,7,4); }

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