Html Css Color HEX #AD211F Fire Brick

📋 copy color: '#AD211F'

red 173 ◦ green 33 ◦ blue 31

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

Shades of Fire Brick #AD211F

Tints of Fire Brick #AD211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.92%

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

R = 73%
G = 13.92%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD211F (or 0xAD211F) is known color: Fire Brick. HEX triplet: AD, 21 and 1F. RGB value is (173,33,31). Sum of RGB (Red+Green+Blue) = 173+33+31=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD211F is #52DEE0. Grayscale: #4A4A4A. Windows color (decimal): -5431009 or 2040237. OLE color: 2040237.

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

Color convert

RGB 173 33 31 -
CMYK 0 0.81 0.82 0.32
HSL 0.85º 0.7% 0.4% -
HSV(B) 0.85º 0.82% 0.68% -
XYZ 18.02 10.07 2.29 -
YUV 74.63 103.38 198.16 -
System Red Green Blue C M Y K H S L
Decimal 173 33 31 0 0.81 0.82 0.32 0.85 0.7 0.4
Hex AD 21 1F 0 51 52 20 1 46 28
Octal 255 41 37 0 121 122 40 1 106 50
Binary 10101101 100001 11111 0 1010001 1010010 100000 1 1000110 101000

Color Harmonies of #AD211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD211F

Black with #AD211F

Text Example


Text Example

White with #AD211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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