Html Css Color HEX #A71902 Fire Brick

📋 copy color: '#A71902'

red 167 ◦ green 25 ◦ blue 2

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

Shades of Fire Brick #A71902

Tints of Fire Brick #A71902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 86.08%
G = 12.89%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A71902 (or 0xA71902) is known color: Fire Brick. HEX triplet: A7, 19 and 02. RGB value is (167,25,2). Sum of RGB (Red+Green+Blue) = 167+25+2=194 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.08% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 167 - color contains mainly: red. Hex color #A71902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71902 is #58E6FD. Grayscale: #414141. Windows color (decimal): -5826302 or 137639. OLE color: 137639.

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

Color convert

RGB 167 25 2 -
CMYK 0 0.85 0.99 0.35
HSL 8.36º 0.98% 0.33% -
HSV(B) 8.36º 0.99% 0.65% -
XYZ 16.29 8.92 0.92 -
YUV 64.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 167 25 2 0 0.85 0.99 0.35 8.36 0.98 0.33
Hex A7 19 2 0 55 63 23 8 62 21
Octal 247 31 2 0 125 143 43 10 142 41
Binary 10100111 11001 10 0 1010101 1100011 100011 1000 1100010 100001

Color Harmonies of #A71902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71902

Black with #A71902

Text Example


Text Example

White with #A71902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71902; }

 p { color: rgb(167,25,2); }

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

background-color css

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

 a { background-color: rgb(167,25,2); }

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

border-color css

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

 span { border-color: rgb(167,25,2); }

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