Html Css Color HEX #AD251F Fire Brick

📋 copy color: '#AD251F'

red 173 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #AD251F

Tints of Fire Brick #AD251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 71.78%
G = 15.35%
B = 12.86%

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

#AD251F (or 0xAD251F) is known color: Fire Brick. HEX triplet: AD, 25 and 1F. RGB value is (173,37,31). Sum of RGB (Red+Green+Blue) = 173+37+31=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD251F is #52DAE0. Grayscale: #4D4D4D. Windows color (decimal): -5429985 or 2041261. OLE color: 2041261.

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

Color convert

RGB 173 37 31 -
CMYK 0 0.79 0.82 0.32
HSL 2.54º 0.7% 0.4% -
HSV(B) 2.54º 0.82% 0.68% -
XYZ 18.14 10.31 2.33 -
YUV 76.98 102.06 196.49 -
System Red Green Blue C M Y K H S L
Decimal 173 37 31 0 0.79 0.82 0.32 2.54 0.7 0.4
Hex AD 25 1F 0 4F 52 20 3 46 28
Octal 255 45 37 0 117 122 40 3 106 50
Binary 10101101 100101 11111 0 1001111 1010010 100000 11 1000110 101000

Color Harmonies of #AD251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD251F

Black with #AD251F

Text Example


Text Example

White with #AD251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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