Html Css Color HEX #AD2B1F Fire Brick

📋 copy color: '#AD2B1F'

red 173 ◦ green 43 ◦ blue 31

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

Shades of Fire Brick #AD2B1F

Tints of Fire Brick #AD2B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.41%

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

R = 70.04%
G = 17.41%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD2B1F (or 0xAD2B1F) is known color: Fire Brick. HEX triplet: AD, 2B and 1F. RGB value is (173,43,31). Sum of RGB (Red+Green+Blue) = 173+43+31=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B1F is #52D4E0. Grayscale: #505050. Windows color (decimal): -5428449 or 2042797. OLE color: 2042797.

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

Color convert

RGB 173 43 31 -
CMYK 0 0.75 0.82 0.32
HSL 5.07º 0.7% 0.4% -
HSV(B) 5.07º 0.82% 0.68% -
XYZ 18.34 10.71 2.4 -
YUV 80.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 173 43 31 0 0.75 0.82 0.32 5.07 0.7 0.4
Hex AD 2B 1F 0 4B 52 20 5 46 28
Octal 255 53 37 0 113 122 40 5 106 50
Binary 10101101 101011 11111 0 1001011 1010010 100000 101 1000110 101000

Color Harmonies of #AD2B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B1F

Black with #AD2B1F

Text Example


Text Example

White with #AD2B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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