Html Css Color HEX #AD241F Fire Brick

📋 copy color: '#AD241F'

red 173 ◦ green 36 ◦ blue 31

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

Shades of Fire Brick #AD241F

Tints of Fire Brick #AD241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 72.08%
G = 15%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD241F (or 0xAD241F) is known color: Fire Brick. HEX triplet: AD, 24 and 1F. RGB value is (173,36,31). Sum of RGB (Red+Green+Blue) = 173+36+31=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD241F is #52DBE0. Grayscale: #4C4C4C. Windows color (decimal): -5430241 or 2041005. OLE color: 2041005.

HSL color Cylindrical-coordinate representation of color #AD241F: hue angle of 2.11º 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 #AD241F is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 36 31 -
CMYK 0 0.79 0.82 0.32
HSL 2.11º 0.7% 0.4% -
HSV(B) 2.11º 0.82% 0.68% -
XYZ 18.11 10.24 2.32 -
YUV 76.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 173 36 31 0 0.79 0.82 0.32 2.11 0.7 0.4
Hex AD 24 1F 0 4F 52 20 2 46 28
Octal 255 44 37 0 117 122 40 2 106 50
Binary 10101101 100100 11111 0 1001111 1010010 100000 10 1000110 101000

Color Harmonies of #AD241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD241F

Black with #AD241F

Text Example


Text Example

White with #AD241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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