Html Css Color HEX #A40F0D Fire Brick

📋 copy color: '#A40F0D'

red 164 ◦ green 15 ◦ blue 13

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

Shades of Fire Brick #A40F0D

Tints of Fire Brick #A40F0D

RGB

 RED value IS 164 (64.45% from 255) = 85.42%

 GREEN value IS 15 (6.25% from 255) = 7.81%

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

R = 85.42%
G = 7.81%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A40F0D (or 0xA40F0D) is known color: Fire Brick. HEX triplet: A4, 0F and 0D. RGB value is (164,15,13). Sum of RGB (Red+Green+Blue) = 164+15+13=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40F0D is #5BF0F2. Grayscale: #3B3B3B. Windows color (decimal): -6025459 or 855972. OLE color: 855972.

HSL color Cylindrical-coordinate representation of color #A40F0D: hue angle of 0.79º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40F0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 15 13 -
CMYK 0 0.91 0.92 0.36
HSL 0.79º 0.85% 0.35% -
HSV(B) 0.79º 0.92% 0.64% -
XYZ 15.55 8.26 1.16 -
YUV 59.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 164 15 13 0 0.91 0.92 0.36 0.79 0.85 0.35
Hex A4 F D 0 5B 5C 24 1 55 23
Octal 244 17 15 0 133 134 44 1 125 43
Binary 10100100 1111 1101 0 1011011 1011100 100100 1 1010101 100011

Color Harmonies of #A40F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F0D

Black with #A40F0D

Text Example


Text Example

White with #A40F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F0D; }

 p { color: rgb(164,15,13); }

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

background-color css

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

 a { background-color: rgb(164,15,13); }

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

border-color css

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

 span { border-color: rgb(164,15,13); }

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