Html Css Color HEX #A41915 Fire Brick

📋 copy color: '#A41915'

red 164 ◦ green 25 ◦ blue 21

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

Shades of Fire Brick #A41915

Tints of Fire Brick #A41915

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 21 (8.59% from 255) = 10%

R = 78.1%
G = 11.9%
B = 10%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A41915 (or 0xA41915) is known color: Fire Brick. HEX triplet: A4, 19 and 15. RGB value is (164,25,21). Sum of RGB (Red+Green+Blue) = 164+25+21=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A41915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41915 is #5BE6EA. Grayscale: #424242. Windows color (decimal): -6022891 or 1382820. OLE color: 1382820.

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

Color convert

RGB 164 25 21 -
CMYK 0 0.85 0.87 0.36
HSL 1.68º 0.77% 0.36% -
HSV(B) 1.68º 0.87% 0.64% -
XYZ 15.79 8.64 1.55 -
YUV 66.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 164 25 21 0 0.85 0.87 0.36 1.68 0.77 0.36
Hex A4 19 15 0 55 57 24 2 4D 24
Octal 244 31 25 0 125 127 44 2 115 44
Binary 10100100 11001 10101 0 1010101 1010111 100100 10 1001101 100100

Color Harmonies of #A41915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41915

Black with #A41915

Text Example


Text Example

White with #A41915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41915; }

 p { color: rgb(164,25,21); }

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

background-color css

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

 a { background-color: rgb(164,25,21); }

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

border-color css

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

 span { border-color: rgb(164,25,21); }

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