Html Css Color HEX #A01D14 Fire Brick

📋 copy color: '#A01D14'

red 160 ◦ green 29 ◦ blue 20

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

Shades of Fire Brick #A01D14

Tints of Fire Brick #A01D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 76.56%
G = 13.88%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A01D14 (or 0xA01D14) is known color: Fire Brick. HEX triplet: A0, 1D and 14. RGB value is (160,29,20). Sum of RGB (Red+Green+Blue) = 160+29+20=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A01D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01D14 is #5FE2EB. Grayscale: #434343. Windows color (decimal): -6284012 or 1318304. OLE color: 1318304.

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

Color convert

RGB 160 29 20 -
CMYK 0 0.82 0.88 0.37
HSL 3.86º 0.78% 0.35% -
HSV(B) 3.86º 0.88% 0.63% -
XYZ 15.06 8.4 1.49 -
YUV 67.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 160 29 20 0 0.82 0.88 0.37 3.86 0.78 0.35
Hex A0 1D 14 0 52 58 25 4 4E 23
Octal 240 35 24 0 122 130 45 4 116 43
Binary 10100000 11101 10100 0 1010010 1011000 100101 100 1001110 100011

Color Harmonies of #A01D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01D14

Black with #A01D14

Text Example


Text Example

White with #A01D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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