Html Css Color HEX #A01D1C Fire Brick

📋 copy color: '#A01D1C'

red 160 ◦ green 29 ◦ blue 28

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

Shades of Fire Brick #A01D1C

Tints of Fire Brick #A01D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 73.73%
G = 13.36%
B = 12.9%

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

#A01D1C (or 0xA01D1C) is known color: Fire Brick. HEX triplet: A0, 1D and 1C. RGB value is (160,29,28). Sum of RGB (Red+Green+Blue) = 160+29+28=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01D1C is #5FE2E3. Grayscale: #444444. Windows color (decimal): -6284004 or 1842592. OLE color: 1842592.

HSL color Cylindrical-coordinate representation of color #A01D1C: hue angle of 0.45º degrees, saturation: 0.7, 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 #A01D1C is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 29 28 -
CMYK 0 0.82 0.82 0.37
HSL 0.45º 0.7% 0.37% -
HSV(B) 0.45º 0.83% 0.63% -
XYZ 15.15 8.44 1.93 -
YUV 68.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 160 29 28 0 0.82 0.82 0.37 0.45 0.7 0.37
Hex A0 1D 1C 0 52 52 25 0 46 25
Octal 240 35 34 0 122 122 45 0 106 45
Binary 10100000 11101 11100 0 1010010 1010010 100101 0 1000110 100101

Color Harmonies of #A01D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D1C

Black with #A01D1C

Text Example


Text Example

White with #A01D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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