Html Css Color HEX #A72101 Fire Brick

📋 copy color: '#A72101'

red 167 ◦ green 33 ◦ blue 1

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

Shades of Fire Brick #A72101

Tints of Fire Brick #A72101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 83.08%
G = 16.42%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A72101 (or 0xA72101) is known color: Fire Brick. HEX triplet: A7, 21 and 01. RGB value is (167,33,1). Sum of RGB (Red+Green+Blue) = 167+33+1=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A72101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72101 is #58DEFE. Grayscale: #454545. Windows color (decimal): -5824255 or 74151. OLE color: 74151.

HSL color Cylindrical-coordinate representation of color #A72101: hue angle of 11.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A72101 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 1 -
CMYK 0 0.80 0.99 0.35
HSL 11.57º 0.99% 0.33% -
HSV(B) 11.57º 0.99% 0.65% -
XYZ 16.49 9.31 0.96 -
YUV 69.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 167 33 1 0 0.80 0.99 0.35 11.57 0.99 0.33
Hex A7 21 1 0 50 63 23 C 63 21
Octal 247 41 1 0 120 143 43 14 143 41
Binary 10100111 100001 1 0 1010000 1100011 100011 1100 1100011 100001

Color Harmonies of #A72101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72101

Black with #A72101

Text Example


Text Example

White with #A72101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72101; }

 p { color: rgb(167,33,1); }

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

background-color css

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

 a { background-color: rgb(167,33,1); }

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

border-color css

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

 span { border-color: rgb(167,33,1); }

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