Html Css Color HEX #A42510 Fire Brick

📋 copy color: '#A42510'

red 164 ◦ green 37 ◦ blue 16

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

Shades of Fire Brick #A42510

Tints of Fire Brick #A42510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.37%

R = 75.58%
G = 17.05%
B = 7.37%

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

#A42510 (or 0xA42510) is known color: Fire Brick. HEX triplet: A4, 25 and 10. RGB value is (164,37,16). Sum of RGB (Red+Green+Blue) = 164+37+16=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A42510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42510 is #5BDAEF. Grayscale: #484848. Windows color (decimal): -6019824 or 1058212. OLE color: 1058212.

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

Color convert

RGB 164 37 16 -
CMYK 0 0.77 0.90 0.36
HSL 8.51º 0.82% 0.35% -
HSV(B) 8.51º 0.9% 0.64% -
XYZ 16.06 9.25 1.43 -
YUV 72.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 164 37 16 0 0.77 0.90 0.36 8.51 0.82 0.35
Hex A4 25 10 0 4D 5A 24 9 52 23
Octal 244 45 20 0 115 132 44 11 122 43
Binary 10100100 100101 10000 0 1001101 1011010 100100 1001 1010010 100011

Color Harmonies of #A42510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42510

Black with #A42510

Text Example


Text Example

White with #A42510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42510; }

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

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

background-color css

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

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

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

border-color css

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

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

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