Html Css Color HEX #A72003 Fire Brick

📋 copy color: '#A72003'

red 167 ◦ green 32 ◦ blue 3

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

Shades of Fire Brick #A72003

Tints of Fire Brick #A72003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 82.67%
G = 15.84%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A72003 (or 0xA72003) is known color: Fire Brick. HEX triplet: A7, 20 and 03. RGB value is (167,32,3). Sum of RGB (Red+Green+Blue) = 167+32+3=202 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.67% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 167 - color contains mainly: red. Hex color #A72003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72003 is #58DFFC. Grayscale: #454545. Windows color (decimal): -5824509 or 204967. OLE color: 204967.

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

Color convert

RGB 167 32 3 -
CMYK 0 0.81 0.98 0.35
HSL 10.61º 0.96% 0.33% -
HSV(B) 10.61º 0.98% 0.65% -
XYZ 16.47 9.26 1 -
YUV 69.06 90.73 197.86 -
System Red Green Blue C M Y K H S L
Decimal 167 32 3 0 0.81 0.98 0.35 10.61 0.96 0.33
Hex A7 20 3 0 51 62 23 B 60 21
Octal 247 40 3 0 121 142 43 13 140 41
Binary 10100111 100000 11 0 1010001 1100010 100011 1011 1100000 100001

Color Harmonies of #A72003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72003

Black with #A72003

Text Example


Text Example

White with #A72003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72003; }

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

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

background-color css

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

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

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

border-color css

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

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

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