Html Css Color HEX #A41703 Dark Red

📋 copy color: '#A41703'

red 164 ◦ green 23 ◦ blue 3

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

Shades of Dark Red #A41703

Tints of Dark Red #A41703

RGB

 RED value IS 164 (64.45% from 255) = 86.32%

 GREEN value IS 23 (9.38% from 255) = 12.11%

 BLUE value IS 3 (1.56% from 255) = 1.58%

R = 86.32%
G = 12.11%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A41703 (or 0xA41703) is known color: Dark Red. HEX triplet: A4, 17 and 03. RGB value is (164,23,3). Sum of RGB (Red+Green+Blue) = 164+23+3=190 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.32% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 164 - color contains mainly: red. Hex color #A41703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41703 is #5BE8FC. Grayscale: #3F3F3F. Windows color (decimal): -6023421 or 202660. OLE color: 202660.

HSL color Cylindrical-coordinate representation of color #A41703: hue angle of 7.45º degrees, saturation: 0.96, 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 #A41703 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 3 -
CMYK 0 0.86 0.98 0.36
HSL 7.45º 0.96% 0.33% -
HSV(B) 7.45º 0.98% 0.64% -
XYZ 15.63 8.51 0.91 -
YUV 62.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 164 23 3 0 0.86 0.98 0.36 7.45 0.96 0.33
Hex A4 17 3 0 56 62 24 7 60 21
Octal 244 27 3 0 126 142 44 7 140 41
Binary 10100100 10111 11 0 1010110 1100010 100100 111 1100000 100001

Color Harmonies of #A41703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41703

Black with #A41703

Text Example


Text Example

White with #A41703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41703; }

 p { color: rgb(164,23,3); }

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

background-color css

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

 a { background-color: rgb(164,23,3); }

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

border-color css

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

 span { border-color: rgb(164,23,3); }

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