Html Css Color HEX #AD260F Fire Brick

📋 copy color: '#AD260F'

red 173 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #AD260F

Tints of Fire Brick #AD260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 76.55%
G = 16.81%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD260F (or 0xAD260F) is known color: Fire Brick. HEX triplet: AD, 26 and 0F. RGB value is (173,38,15). Sum of RGB (Red+Green+Blue) = 173+38+15=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD260F is #52D9F0. Grayscale: #4B4B4B. Windows color (decimal): -5429745 or 992941. OLE color: 992941.

HSL color Cylindrical-coordinate representation of color #AD260F: hue angle of 8.73º 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 #AD260F is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 15 -
CMYK 0 0.78 0.91 0.32
HSL 8.73º 0.84% 0.37% -
HSV(B) 8.73º 0.91% 0.68% -
XYZ 18.01 10.3 1.49 -
YUV 75.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 173 38 15 0 0.78 0.91 0.32 8.73 0.84 0.37
Hex AD 26 F 0 4E 5B 20 9 54 25
Octal 255 46 17 0 116 133 40 11 124 45
Binary 10101101 100110 1111 0 1001110 1011011 100000 1001 1010100 100101

Color Harmonies of #AD260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD260F

Black with #AD260F

Text Example


Text Example

White with #AD260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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