Html Css Color HEX #A51103 Dark Red

📋 copy color: '#A51103'

red 165 ◦ green 17 ◦ blue 3

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

Shades of Dark Red #A51103

Tints of Dark Red #A51103

RGB

 RED value IS 165 (64.84% from 255) = 89.19%

 GREEN value IS 17 (7.03% from 255) = 9.19%

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

R = 89.19%
G = 9.19%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A51103 (or 0xA51103) is known color: Dark Red. HEX triplet: A5, 11 and 03. RGB value is (165,17,3). Sum of RGB (Red+Green+Blue) = 165+17+3=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A51103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51103 is #5AEEFC. Grayscale: #3B3B3B. Windows color (decimal): -5959421 or 201125. OLE color: 201125.

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

Color convert

RGB 165 17 3 -
CMYK 0 0.90 0.98 0.35
HSL 5.19º 0.96% 0.33% -
HSV(B) 5.19º 0.98% 0.65% -
XYZ 15.73 8.41 0.88 -
YUV 59.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 165 17 3 0 0.90 0.98 0.35 5.19 0.96 0.33
Hex A5 11 3 0 5A 62 23 5 60 21
Octal 245 21 3 0 132 142 43 5 140 41
Binary 10100101 10001 11 0 1011010 1100010 100011 101 1100000 100001

Color Harmonies of #A51103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51103

Black with #A51103

Text Example


Text Example

White with #A51103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51103; }

 p { color: rgb(165,17,3); }

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

background-color css

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

 a { background-color: rgb(165,17,3); }

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

border-color css

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

 span { border-color: rgb(165,17,3); }

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