Html Css Color HEX #AD291F Fire Brick

📋 copy color: '#AD291F'

red 173 ◦ green 41 ◦ blue 31

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

Shades of Fire Brick #AD291F

Tints of Fire Brick #AD291F

RGB

 RED value IS 173 (67.97% from 255) = 70.61%

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 70.61%
G = 16.73%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD291F (or 0xAD291F) is known color: Fire Brick. HEX triplet: AD, 29 and 1F. RGB value is (173,41,31). Sum of RGB (Red+Green+Blue) = 173+41+31=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD291F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD291F is #52D6E0. Grayscale: #4F4F4F. Windows color (decimal): -5428961 or 2042285. OLE color: 2042285.

HSL color Cylindrical-coordinate representation of color #AD291F: hue angle of 4.23º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD291F is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 31 -
CMYK 0 0.76 0.82 0.32
HSL 4.23º 0.7% 0.4% -
HSV(B) 4.23º 0.82% 0.68% -
XYZ 18.27 10.57 2.37 -
YUV 79.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 173 41 31 0 0.76 0.82 0.32 4.23 0.7 0.4
Hex AD 29 1F 0 4C 52 20 4 46 28
Octal 255 51 37 0 114 122 40 4 106 50
Binary 10101101 101001 11111 0 1001100 1010010 100000 100 1000110 101000

Color Harmonies of #AD291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD291F

Black with #AD291F

Text Example


Text Example

White with #AD291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD291F; }

 p { color: rgb(173,41,31); }

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

background-color css

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

 a { background-color: rgb(173,41,31); }

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

border-color css

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

 span { border-color: rgb(173,41,31); }

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