Html Css Color HEX #A31103 Dark Red

📋 copy color: '#A31103'

red 163 ◦ green 17 ◦ blue 3

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

Shades of Dark Red #A31103

Tints of Dark Red #A31103

RGB

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

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

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

R = 89.07%
G = 9.29%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A31103 (or 0xA31103) is known color: Dark Red. HEX triplet: A3, 11 and 03. RGB value is (163,17,3). Sum of RGB (Red+Green+Blue) = 163+17+3=183 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.07% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 163 - color contains mainly: red. Hex color #A31103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31103 is #5CEEFC. Grayscale: #3B3B3B. Windows color (decimal): -6090493 or 201123. OLE color: 201123.

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

Color convert

RGB 163 17 3 -
CMYK 0 0.90 0.98 0.36
HSL 5.25º 0.96% 0.33% -
HSV(B) 5.25º 0.98% 0.64% -
XYZ 15.32 8.19 0.86 -
YUV 59.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 163 17 3 0 0.90 0.98 0.36 5.25 0.96 0.33
Hex A3 11 3 0 5A 62 24 5 60 21
Octal 243 21 3 0 132 142 44 5 140 41
Binary 10100011 10001 11 0 1011010 1100010 100100 101 1100000 100001

Color Harmonies of #A31103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31103

Black with #A31103

Text Example


Text Example

White with #A31103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31103; }

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

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

background-color css

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

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

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

border-color css

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

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

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