Html Css Color HEX #AD250D Fire Brick

📋 copy color: '#AD250D'

red 173 ◦ green 37 ◦ blue 13

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

Shades of Fire Brick #AD250D

Tints of Fire Brick #AD250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 77.58%
G = 16.59%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD250D (or 0xAD250D) is known color: Fire Brick. HEX triplet: AD, 25 and 0D. RGB value is (173,37,13). Sum of RGB (Red+Green+Blue) = 173+37+13=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD250D is #52DAF2. Grayscale: #4B4B4B. Windows color (decimal): -5430003 or 861613. OLE color: 861613.

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

Color convert

RGB 173 37 13 -
CMYK 0 0.79 0.92 0.32
HSL 0.86% 0.36% -
HSV(B) 0.92% 0.68% -
XYZ 17.97 10.24 1.41 -
YUV 74.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 173 37 13 0 0.79 0.92 0.32 9 0.86 0.36
Hex AD 25 D 0 4F 5C 20 9 56 24
Octal 255 45 15 0 117 134 40 11 126 44
Binary 10101101 100101 1101 0 1001111 1011100 100000 1001 1010110 100100

Color Harmonies of #AD250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD250D

Black with #AD250D

Text Example


Text Example

White with #AD250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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