Html Css Color HEX #A31602 Dark Red

📋 copy color: '#A31602'

red 163 ◦ green 22 ◦ blue 2

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

Shades of Dark Red #A31602

Tints of Dark Red #A31602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 87.17%
G = 11.76%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A31602 (or 0xA31602) is known color: Dark Red. HEX triplet: A3, 16 and 02. RGB value is (163,22,2). Sum of RGB (Red+Green+Blue) = 163+22+2=187 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.17% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 163 - color contains mainly: red. Hex color #A31602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31602 is #5CE9FD. Grayscale: #3E3E3E. Windows color (decimal): -6089214 or 136867. OLE color: 136867.

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

Color convert

RGB 163 22 2 -
CMYK 0 0.87 0.99 0.36
HSL 7.45º 0.98% 0.32% -
HSV(B) 7.45º 0.99% 0.64% -
XYZ 15.4 8.36 0.86 -
YUV 61.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 163 22 2 0 0.87 0.99 0.36 7.45 0.98 0.32
Hex A3 16 2 0 57 63 24 7 62 20
Octal 243 26 2 0 127 143 44 7 142 40
Binary 10100011 10110 10 0 1010111 1100011 100100 111 1100010 100000

Color Harmonies of #A31602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31602

Black with #A31602

Text Example


Text Example

White with #A31602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31602; }

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

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

background-color css

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

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

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

border-color css

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

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

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