Html Css Color HEX #AD270F Fire Brick

📋 copy color: '#AD270F'

red 173 ◦ green 39 ◦ blue 15

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

Shades of Fire Brick #AD270F

Tints of Fire Brick #AD270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 76.21%
G = 17.18%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD270F (or 0xAD270F) is known color: Fire Brick. HEX triplet: AD, 27 and 0F. RGB value is (173,39,15). Sum of RGB (Red+Green+Blue) = 173+39+15=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD270F is #52D8F0. Grayscale: #4C4C4C. Windows color (decimal): -5429489 or 993197. OLE color: 993197.

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

Color convert

RGB 173 39 15 -
CMYK 0 0.77 0.91 0.32
HSL 9.11º 0.84% 0.37% -
HSV(B) 9.11º 0.91% 0.68% -
XYZ 18.05 10.37 1.5 -
YUV 76.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 173 39 15 0 0.77 0.91 0.32 9.11 0.84 0.37
Hex AD 27 F 0 4D 5B 20 9 54 25
Octal 255 47 17 0 115 133 40 11 124 45
Binary 10101101 100111 1111 0 1001101 1011011 100000 1001 1010100 100101

Color Harmonies of #AD270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD270F

Black with #AD270F

Text Example


Text Example

White with #AD270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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