Html Css Color HEX #A71605 Fire Brick

📋 copy color: '#A71605'

red 167 ◦ green 22 ◦ blue 5

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

Shades of Fire Brick #A71605

Tints of Fire Brick #A71605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 86.08%
G = 11.34%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A71605 (or 0xA71605) is known color: Fire Brick. HEX triplet: A7, 16 and 05. RGB value is (167,22,5). Sum of RGB (Red+Green+Blue) = 167+22+5=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A71605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71605 is #58E9FA. Grayscale: #3F3F3F. Windows color (decimal): -5827067 or 333479. OLE color: 333479.

HSL color Cylindrical-coordinate representation of color #A71605: hue angle of 6.3º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A71605 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 22 5 -
CMYK 0 0.87 0.97 0.35
HSL 6.3º 0.94% 0.34% -
HSV(B) 6.3º 0.97% 0.65% -
XYZ 16.25 8.8 0.99 -
YUV 63.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 167 22 5 0 0.87 0.97 0.35 6.3 0.94 0.34
Hex A7 16 5 0 57 61 23 6 5E 22
Octal 247 26 5 0 127 141 43 6 136 42
Binary 10100111 10110 101 0 1010111 1100001 100011 110 1011110 100010

Color Harmonies of #A71605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71605

Black with #A71605

Text Example


Text Example

White with #A71605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71605; }

 p { color: rgb(167,22,5); }

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

background-color css

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

 a { background-color: rgb(167,22,5); }

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

border-color css

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

 span { border-color: rgb(167,22,5); }

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