Html Css Color HEX #A31302 Dark Red

📋 copy color: '#A31302'

red 163 ◦ green 19 ◦ blue 2

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

Shades of Dark Red #A31302

Tints of Dark Red #A31302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 88.59%
G = 10.33%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A31302 (or 0xA31302) is known color: Dark Red. HEX triplet: A3, 13 and 02. RGB value is (163,19,2). Sum of RGB (Red+Green+Blue) = 163+19+2=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A31302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31302 is #5CECFD. Grayscale: #3C3C3C. Windows color (decimal): -6089982 or 136099. OLE color: 136099.

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

Color convert

RGB 163 19 2 -
CMYK 0 0.88 0.99 0.36
HSL 6.34º 0.98% 0.32% -
HSV(B) 6.34º 0.99% 0.64% -
XYZ 15.35 8.26 0.84 -
YUV 60.12 95.21 201.38 -
System Red Green Blue C M Y K H S L
Decimal 163 19 2 0 0.88 0.99 0.36 6.34 0.98 0.32
Hex A3 13 2 0 58 63 24 6 62 20
Octal 243 23 2 0 130 143 44 6 142 40
Binary 10100011 10011 10 0 1011000 1100011 100100 110 1100010 100000

Color Harmonies of #A31302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31302

Black with #A31302

Text Example


Text Example

White with #A31302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31302; }

 p { color: rgb(163,19,2); }

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

background-color css

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

 a { background-color: rgb(163,19,2); }

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

border-color css

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

 span { border-color: rgb(163,19,2); }

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