Html Css Color HEX #A42710 Fire Brick

📋 copy color: '#A42710'

red 164 ◦ green 39 ◦ blue 16

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

Shades of Fire Brick #A42710

Tints of Fire Brick #A42710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 74.89%
G = 17.81%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A42710 (or 0xA42710) is known color: Fire Brick. HEX triplet: A4, 27 and 10. RGB value is (164,39,16). Sum of RGB (Red+Green+Blue) = 164+39+16=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A42710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42710 is #5BD8EF. Grayscale: #494949. Windows color (decimal): -6019312 or 1058724. OLE color: 1058724.

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

Color convert

RGB 164 39 16 -
CMYK 0 0.76 0.90 0.36
HSL 9.32º 0.82% 0.35% -
HSV(B) 9.32º 0.9% 0.64% -
XYZ 16.13 9.38 1.45 -
YUV 73.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 164 39 16 0 0.76 0.90 0.36 9.32 0.82 0.35
Hex A4 27 10 0 4C 5A 24 9 52 23
Octal 244 47 20 0 114 132 44 11 122 43
Binary 10100100 100111 10000 0 1001100 1011010 100100 1001 1010010 100011

Color Harmonies of #A42710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42710

Black with #A42710

Text Example


Text Example

White with #A42710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42710; }

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

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

background-color css

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

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

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

border-color css

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

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

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