Html Css Color HEX #AD271E Fire Brick

📋 copy color: '#AD271E'

red 173 ◦ green 39 ◦ blue 30

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

Shades of Fire Brick #AD271E

Tints of Fire Brick #AD271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 71.49%
G = 16.12%
B = 12.4%

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

#AD271E (or 0xAD271E) is known color: Fire Brick. HEX triplet: AD, 27 and 1E. RGB value is (173,39,30). Sum of RGB (Red+Green+Blue) = 173+39+30=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD271E is #52D8E1. Grayscale: #4E4E4E. Windows color (decimal): -5429474 or 1976237. OLE color: 1976237.

HSL color Cylindrical-coordinate representation of color #AD271E: hue angle of 3.78º degrees, saturation: 0.7, 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 #AD271E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 30 -
CMYK 0 0.77 0.83 0.32
HSL 3.78º 0.7% 0.4% -
HSV(B) 3.78º 0.83% 0.68% -
XYZ 18.19 10.43 2.28 -
YUV 78.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 173 39 30 0 0.77 0.83 0.32 3.78 0.7 0.4
Hex AD 27 1E 0 4D 53 20 4 46 28
Octal 255 47 36 0 115 123 40 4 106 50
Binary 10101101 100111 11110 0 1001101 1010011 100000 100 1000110 101000

Color Harmonies of #AD271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD271E

Black with #AD271E

Text Example


Text Example

White with #AD271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD271E; }

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

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

background-color css

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

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

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

border-color css

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

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

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