Html Css Color HEX #A41E13 Fire Brick

📋 copy color: '#A41E13'

red 164 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #A41E13

Tints of Fire Brick #A41E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.92%

R = 77%
G = 14.08%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A41E13 (or 0xA41E13) is known color: Fire Brick. HEX triplet: A4, 1E and 13. RGB value is (164,30,19). Sum of RGB (Red+Green+Blue) = 164+30+19=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41E13 is #5BE1EC. Grayscale: #444444. Windows color (decimal): -6021613 or 1253028. OLE color: 1253028.

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

Color convert

RGB 164 30 19 -
CMYK 0 0.82 0.88 0.36
HSL 4.55º 0.79% 0.36% -
HSV(B) 4.55º 0.88% 0.64% -
XYZ 15.89 8.87 1.49 -
YUV 68.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 164 30 19 0 0.82 0.88 0.36 4.55 0.79 0.36
Hex A4 1E 13 0 52 58 24 5 4F 24
Octal 244 36 23 0 122 130 44 5 117 44
Binary 10100100 11110 10011 0 1010010 1011000 100100 101 1001111 100100

Color Harmonies of #A41E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E13

Black with #A41E13

Text Example


Text Example

White with #A41E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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