Html Css Color HEX #A72A12 Fire Brick

📋 copy color: '#A72A12'

red 167 ◦ green 42 ◦ blue 18

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

Shades of Fire Brick #A72A12

Tints of Fire Brick #A72A12

RGB

 RED value IS 167 (65.63% from 255) = 73.57%

 GREEN value IS 42 (16.8% from 255) = 18.5%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 73.57%
G = 18.5%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72A12 (or 0xA72A12) is known color: Fire Brick. HEX triplet: A7, 2A and 12. RGB value is (167,42,18). Sum of RGB (Red+Green+Blue) = 167+42+18=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A12 is #58D5ED. Grayscale: #4C4C4C. Windows color (decimal): -5821934 or 1190567. OLE color: 1190567.

HSL color Cylindrical-coordinate representation of color #A72A12: hue angle of 9.66º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A72A12 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 42 18 -
CMYK 0 0.75 0.89 0.35
HSL 9.66º 0.81% 0.36% -
HSV(B) 9.66º 0.89% 0.65% -
XYZ 16.87 9.92 1.6 -
YUV 76.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 167 42 18 0 0.75 0.89 0.35 9.66 0.81 0.36
Hex A7 2A 12 0 4B 59 23 A 51 24
Octal 247 52 22 0 113 131 43 12 121 44
Binary 10100111 101010 10010 0 1001011 1011001 100011 1010 1010001 100100

Color Harmonies of #A72A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A12

Black with #A72A12

Text Example


Text Example

White with #A72A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A12; }

 p { color: rgb(167,42,18); }

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

background-color css

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

 a { background-color: rgb(167,42,18); }

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

border-color css

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

 span { border-color: rgb(167,42,18); }

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