Html Css Color HEX #A41E0E Fire Brick

📋 copy color: '#A41E0E'

red 164 ◦ green 30 ◦ blue 14

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

Shades of Fire Brick #A41E0E

Tints of Fire Brick #A41E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 78.85%
G = 14.42%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A41E0E (or 0xA41E0E) is known color: Fire Brick. HEX triplet: A4, 1E and 0E. RGB value is (164,30,14). Sum of RGB (Red+Green+Blue) = 164+30+14=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E0E is #5BE1F1. Grayscale: #444444. Windows color (decimal): -6021618 or 925348. OLE color: 925348.

HSL color Cylindrical-coordinate representation of color #A41E0E: hue angle of 6.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 #A41E0E is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 30 14 -
CMYK 0 0.82 0.91 0.36
HSL 6.4º 0.84% 0.35% -
HSV(B) 6.4º 0.91% 0.64% -
XYZ 15.85 8.85 1.29 -
YUV 68.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 164 30 14 0 0.82 0.91 0.36 6.4 0.84 0.35
Hex A4 1E E 0 52 5B 24 6 54 23
Octal 244 36 16 0 122 133 44 6 124 43
Binary 10100100 11110 1110 0 1010010 1011011 100100 110 1010100 100011

Color Harmonies of #A41E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E0E

Black with #A41E0E

Text Example


Text Example

White with #A41E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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