Html Css Color HEX #A41816 Fire Brick

📋 copy color: '#A41816'

red 164 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #A41816

Tints of Fire Brick #A41816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 78.1%
G = 11.43%
B = 10.48%

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

#A41816 (or 0xA41816) is known color: Fire Brick. HEX triplet: A4, 18 and 16. RGB value is (164,24,22). Sum of RGB (Red+Green+Blue) = 164+24+22=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A41816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41816 is #5BE7E9. Grayscale: #414141. Windows color (decimal): -6023146 or 1448100. OLE color: 1448100.

HSL color Cylindrical-coordinate representation of color #A41816: hue angle of 0.85º degrees, saturation: 0.76, 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 #A41816 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 22 -
CMYK 0 0.85 0.87 0.36
HSL 0.85º 0.76% 0.36% -
HSV(B) 0.85º 0.87% 0.64% -
XYZ 15.78 8.6 1.59 -
YUV 65.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 164 24 22 0 0.85 0.87 0.36 0.85 0.76 0.36
Hex A4 18 16 0 55 57 24 1 4C 24
Octal 244 30 26 0 125 127 44 1 114 44
Binary 10100100 11000 10110 0 1010101 1010111 100100 1 1001100 100100

Color Harmonies of #A41816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41816

Black with #A41816

Text Example


Text Example

White with #A41816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41816; }

 p { color: rgb(164,24,22); }

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

background-color css

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

 a { background-color: rgb(164,24,22); }

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

border-color css

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

 span { border-color: rgb(164,24,22); }

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