Html Css Color HEX #A40F0E Fire Brick

📋 copy color: '#A40F0E'

red 164 ◦ green 15 ◦ blue 14

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

Shades of Fire Brick #A40F0E

Tints of Fire Brick #A40F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 84.97%
G = 7.77%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A40F0E (or 0xA40F0E) is known color: Fire Brick. HEX triplet: A4, 0F and 0E. RGB value is (164,15,14). Sum of RGB (Red+Green+Blue) = 164+15+14=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40F0E is #5BF0F1. Grayscale: #3B3B3B. Windows color (decimal): -6025458 or 921508. OLE color: 921508.

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

Color convert

RGB 164 15 14 -
CMYK 0 0.91 0.91 0.36
HSL 0.4º 0.84% 0.35% -
HSV(B) 0.4º 0.91% 0.64% -
XYZ 15.56 8.27 1.19 -
YUV 59.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 164 15 14 0 0.91 0.91 0.36 0.4 0.84 0.35
Hex A4 F E 0 5B 5B 24 0 54 23
Octal 244 17 16 0 133 133 44 0 124 43
Binary 10100100 1111 1110 0 1011011 1011011 100100 0 1010100 100011

Color Harmonies of #A40F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F0E

Black with #A40F0E

Text Example


Text Example

White with #A40F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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