Html Css Color HEX #A42511 Fire Brick

📋 copy color: '#A42511'

red 164 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #A42511

Tints of Fire Brick #A42511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 75.23%
G = 16.97%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A42511 (or 0xA42511) is known color: Fire Brick. HEX triplet: A4, 25 and 11. RGB value is (164,37,17). Sum of RGB (Red+Green+Blue) = 164+37+17=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A42511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42511 is #5BDAEE. Grayscale: #484848. Windows color (decimal): -6019823 or 1123748. OLE color: 1123748.

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

Color convert

RGB 164 37 17 -
CMYK 0 0.77 0.90 0.36
HSL 8.16º 0.81% 0.35% -
HSV(B) 8.16º 0.9% 0.64% -
XYZ 16.07 9.26 1.47 -
YUV 72.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 164 37 17 0 0.77 0.90 0.36 8.16 0.81 0.35
Hex A4 25 11 0 4D 5A 24 8 51 23
Octal 244 45 21 0 115 132 44 10 121 43
Binary 10100100 100101 10001 0 1001101 1011010 100100 1000 1010001 100011

Color Harmonies of #A42511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42511

Black with #A42511

Text Example


Text Example

White with #A42511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42511; }

 p { color: rgb(164,37,17); }

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

background-color css

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

 a { background-color: rgb(164,37,17); }

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

border-color css

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

 span { border-color: rgb(164,37,17); }

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