Html Css Color HEX #A72103 Fire Brick

📋 copy color: '#A72103'

red 167 ◦ green 33 ◦ blue 3

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

Shades of Fire Brick #A72103

Tints of Fire Brick #A72103

RGB

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

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

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

R = 82.27%
G = 16.26%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A72103 (or 0xA72103) is known color: Fire Brick. HEX triplet: A7, 21 and 03. RGB value is (167,33,3). Sum of RGB (Red+Green+Blue) = 167+33+3=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A72103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72103 is #58DEFC. Grayscale: #454545. Windows color (decimal): -5824253 or 205223. OLE color: 205223.

HSL color Cylindrical-coordinate representation of color #A72103: hue angle of 10.98º 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 #A72103 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 33 3 -
CMYK 0 0.80 0.98 0.35
HSL 10.98º 0.96% 0.33% -
HSV(B) 10.98º 0.98% 0.65% -
XYZ 16.5 9.31 1.01 -
YUV 69.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 167 33 3 0 0.80 0.98 0.35 10.98 0.96 0.33
Hex A7 21 3 0 50 62 23 B 60 21
Octal 247 41 3 0 120 142 43 13 140 41
Binary 10100111 100001 11 0 1010000 1100010 100011 1011 1100000 100001

Color Harmonies of #A72103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72103

Black with #A72103

Text Example


Text Example

White with #A72103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72103; }

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

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

background-color css

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

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

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

border-color css

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

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

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