Html Css Color HEX #AD271D Fire Brick

📋 copy color: '#AD271D'

red 173 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #AD271D

Tints of Fire Brick #AD271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 71.78%
G = 16.18%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD271D (or 0xAD271D) is known color: Fire Brick. HEX triplet: AD, 27 and 1D. RGB value is (173,39,29). Sum of RGB (Red+Green+Blue) = 173+39+29=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD271D is #52D8E2. Grayscale: #4E4E4E. Windows color (decimal): -5429475 or 1910701. OLE color: 1910701.

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

Color convert

RGB 173 39 29 -
CMYK 0 0.77 0.83 0.32
HSL 4.17º 0.71% 0.4% -
HSV(B) 4.17º 0.83% 0.68% -
XYZ 18.18 10.42 2.22 -
YUV 77.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 173 39 29 0 0.77 0.83 0.32 4.17 0.71 0.4
Hex AD 27 1D 0 4D 53 20 4 47 28
Octal 255 47 35 0 115 123 40 4 107 50
Binary 10101101 100111 11101 0 1001101 1010011 100000 100 1000111 101000

Color Harmonies of #AD271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD271D

Black with #AD271D

Text Example


Text Example

White with #AD271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD271D; }

 p { color: rgb(173,39,29); }

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

background-color css

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

 a { background-color: rgb(173,39,29); }

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

border-color css

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

 span { border-color: rgb(173,39,29); }

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