Html Css Color HEX #AD271C Fire Brick

📋 copy color: '#AD271C'

red 173 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #AD271C

Tints of Fire Brick #AD271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 72.08%
G = 16.25%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD271C (or 0xAD271C) is known color: Fire Brick. HEX triplet: AD, 27 and 1C. RGB value is (173,39,28). Sum of RGB (Red+Green+Blue) = 173+39+28=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD271C is #52D8E3. Grayscale: #4D4D4D. Windows color (decimal): -5429476 or 1845165. OLE color: 1845165.

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

Color convert

RGB 173 39 28 -
CMYK 0 0.77 0.84 0.32
HSL 4.55º 0.72% 0.39% -
HSV(B) 4.55º 0.84% 0.68% -
XYZ 18.17 10.42 2.15 -
YUV 77.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 173 39 28 0 0.77 0.84 0.32 4.55 0.72 0.39
Hex AD 27 1C 0 4D 54 20 5 48 27
Octal 255 47 34 0 115 124 40 5 110 47
Binary 10101101 100111 11100 0 1001101 1010100 100000 101 1001000 100111

Color Harmonies of #AD271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD271C

Black with #AD271C

Text Example


Text Example

White with #AD271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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