Html Css Color HEX #A41A0C Fire Brick

📋 copy color: '#A41A0C'

red 164 ◦ green 26 ◦ blue 12

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

Shades of Fire Brick #A41A0C

Tints of Fire Brick #A41A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

 BLUE value IS 12 (5.08% from 255) = 5.94%

R = 81.19%
G = 12.87%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A41A0C (or 0xA41A0C) is known color: Fire Brick. HEX triplet: A4, 1A and 0C. RGB value is (164,26,12). Sum of RGB (Red+Green+Blue) = 164+26+12=202 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.19% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A0C is #5BE5F3. Grayscale: #414141. Windows color (decimal): -6022644 or 793252. OLE color: 793252.

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

Color convert

RGB 164 26 12 -
CMYK 0 0.84 0.93 0.36
HSL 5.53º 0.86% 0.35% -
HSV(B) 5.53º 0.93% 0.64% -
XYZ 15.75 8.66 1.19 -
YUV 65.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 164 26 12 0 0.84 0.93 0.36 5.53 0.86 0.35
Hex A4 1A C 0 54 5D 24 6 56 23
Octal 244 32 14 0 124 135 44 6 126 43
Binary 10100100 11010 1100 0 1010100 1011101 100100 110 1010110 100011

Color Harmonies of #A41A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A0C

Black with #A41A0C

Text Example


Text Example

White with #A41A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A0C; }

 p { color: rgb(164,26,12); }

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

background-color css

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

 a { background-color: rgb(164,26,12); }

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

border-color css

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

 span { border-color: rgb(164,26,12); }

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