Html Css Color HEX #A01D0D Fire Brick

📋 copy color: '#A01D0D'

red 160 ◦ green 29 ◦ blue 13

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

Shades of Fire Brick #A01D0D

Tints of Fire Brick #A01D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 79.21%
G = 14.36%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A01D0D (or 0xA01D0D) is known color: Fire Brick. HEX triplet: A0, 1D and 0D. RGB value is (160,29,13). Sum of RGB (Red+Green+Blue) = 160+29+13=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D0D is #5FE2F2. Grayscale: #424242. Windows color (decimal): -6284019 or 859552. OLE color: 859552.

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

Color convert

RGB 160 29 13 -
CMYK 0 0.82 0.92 0.37
HSL 6.53º 0.85% 0.34% -
HSV(B) 6.53º 0.92% 0.63% -
XYZ 15.01 8.38 1.21 -
YUV 66.35 97.9 194.8 -
System Red Green Blue C M Y K H S L
Decimal 160 29 13 0 0.82 0.92 0.37 6.53 0.85 0.34
Hex A0 1D D 0 52 5C 25 7 55 22
Octal 240 35 15 0 122 134 45 7 125 42
Binary 10100000 11101 1101 0 1010010 1011100 100101 111 1010101 100010

Color Harmonies of #A01D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D0D

Black with #A01D0D

Text Example


Text Example

White with #A01D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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