Html Css Color HEX #AD270E Fire Brick

📋 copy color: '#AD270E'

red 173 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #AD270E

Tints of Fire Brick #AD270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 76.55%
G = 17.26%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD270E (or 0xAD270E) is known color: Fire Brick. HEX triplet: AD, 27 and 0E. RGB value is (173,39,14). Sum of RGB (Red+Green+Blue) = 173+39+14=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD270E is #52D8F1. Grayscale: #4C4C4C. Windows color (decimal): -5429490 or 927661. OLE color: 927661.

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

Color convert

RGB 173 39 14 -
CMYK 0 0.77 0.92 0.32
HSL 9.43º 0.85% 0.37% -
HSV(B) 9.43º 0.92% 0.68% -
XYZ 18.04 10.37 1.47 -
YUV 76.22 92.89 197.03 -
System Red Green Blue C M Y K H S L
Decimal 173 39 14 0 0.77 0.92 0.32 9.43 0.85 0.37
Hex AD 27 E 0 4D 5C 20 9 55 25
Octal 255 47 16 0 115 134 40 11 125 45
Binary 10101101 100111 1110 0 1001101 1011100 100000 1001 1010101 100101

Color Harmonies of #AD270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD270E

Black with #AD270E

Text Example


Text Example

White with #AD270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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