Html Css Color HEX #A01D1D Brown

📋 copy color: '#A01D1D'

red 160 ◦ green 29 ◦ blue 29

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

Shades of Brown #A01D1D

Tints of Brown #A01D1D

RGB

 RED value IS 160 (62.89% from 255) = 73.39%

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 73.39%
G = 13.3%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A01D1D (or 0xA01D1D) is known color: Brown. HEX triplet: A0, 1D and 1D. RGB value is (160,29,29). Sum of RGB (Red+Green+Blue) = 160+29+29=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D1D is #5FE2E2. Grayscale: #444444. Windows color (decimal): -6284003 or 1908128. OLE color: 1908128.

HSL color Cylindrical-coordinate representation of color #A01D1D: hue angle of 0º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01D1D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 29 29 -
CMYK 0 0.82 0.82 0.37
HSL 0.69% 0.37% -
HSV(B) 0.82% 0.63% -
XYZ 15.16 8.44 1.99 -
YUV 68.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 160 29 29 0 0.82 0.82 0.37 0 0.69 0.37
Hex A0 1D 1D 0 52 52 25 0 45 25
Octal 240 35 35 0 122 122 45 0 105 45
Binary 10100000 11101 11101 0 1010010 1010010 100101 0 1000101 100101

Color Harmonies of #A01D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D1D

Black with #A01D1D

Text Example


Text Example

White with #A01D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D1D; }

 p { color: rgb(160,29,29); }

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

background-color css

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

 a { background-color: rgb(160,29,29); }

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

border-color css

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

 span { border-color: rgb(160,29,29); }

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