Html Css Color HEX #AD260D Fire Brick

📋 copy color: '#AD260D'

red 173 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #AD260D

Tints of Fire Brick #AD260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 77.23%
G = 16.96%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD260D (or 0xAD260D) is known color: Fire Brick. HEX triplet: AD, 26 and 0D. RGB value is (173,38,13). Sum of RGB (Red+Green+Blue) = 173+38+13=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD260D is #52D9F2. Grayscale: #4B4B4B. Windows color (decimal): -5429747 or 861869. OLE color: 861869.

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

Color convert

RGB 173 38 13 -
CMYK 0 0.78 0.92 0.32
HSL 9.38º 0.86% 0.36% -
HSV(B) 9.38º 0.92% 0.68% -
XYZ 18 10.3 1.42 -
YUV 75.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 173 38 13 0 0.78 0.92 0.32 9.38 0.86 0.36
Hex AD 26 D 0 4E 5C 20 9 56 24
Octal 255 46 15 0 116 134 40 11 126 44
Binary 10101101 100110 1101 0 1001110 1011100 100000 1001 1010110 100100

Color Harmonies of #AD260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD260D

Black with #AD260D

Text Example


Text Example

White with #AD260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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