Html Css Color HEX #A72017 Fire Brick

📋 copy color: '#A72017'

red 167 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #A72017

Tints of Fire Brick #A72017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 23 (9.38% from 255) = 10.36%

R = 75.23%
G = 14.41%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A72017 (or 0xA72017) is known color: Fire Brick. HEX triplet: A7, 20 and 17. RGB value is (167,32,23). Sum of RGB (Red+Green+Blue) = 167+32+23=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72017 is #58DFE8. Grayscale: #474747. Windows color (decimal): -5824489 or 1515687. OLE color: 1515687.

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

Color convert

RGB 167 32 23 -
CMYK 0 0.81 0.86 0.35
HSL 3.75º 0.76% 0.37% -
HSV(B) 3.75º 0.86% 0.65% -
XYZ 16.61 9.31 1.73 -
YUV 71.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 167 32 23 0 0.81 0.86 0.35 3.75 0.76 0.37
Hex A7 20 17 0 51 56 23 4 4C 25
Octal 247 40 27 0 121 126 43 4 114 45
Binary 10100111 100000 10111 0 1010001 1010110 100011 100 1001100 100101

Color Harmonies of #A72017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72017

Black with #A72017

Text Example


Text Example

White with #A72017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72017; }

 p { color: rgb(167,32,23); }

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

background-color css

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

 a { background-color: rgb(167,32,23); }

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

border-color css

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

 span { border-color: rgb(167,32,23); }

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