Html Css Color HEX #AD240D Fire Brick

📋 copy color: '#AD240D'

red 173 ◦ green 36 ◦ blue 13

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

Shades of Fire Brick #AD240D

Tints of Fire Brick #AD240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 77.93%
G = 16.22%
B = 5.86%

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

#AD240D (or 0xAD240D) is known color: Fire Brick. HEX triplet: AD, 24 and 0D. RGB value is (173,36,13). Sum of RGB (Red+Green+Blue) = 173+36+13=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD240D is #52DBF2. Grayscale: #4A4A4A. Windows color (decimal): -5430259 or 861357. OLE color: 861357.

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

Color convert

RGB 173 36 13 -
CMYK 0 0.79 0.92 0.32
HSL 8.63º 0.86% 0.36% -
HSV(B) 8.63º 0.92% 0.68% -
XYZ 17.94 10.18 1.4 -
YUV 74.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 173 36 13 0 0.79 0.92 0.32 8.63 0.86 0.36
Hex AD 24 D 0 4F 5C 20 9 56 24
Octal 255 44 15 0 117 134 40 11 126 44
Binary 10101101 100100 1101 0 1001111 1011100 100000 1001 1010110 100100

Color Harmonies of #AD240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD240D

Black with #AD240D

Text Example


Text Example

White with #AD240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD240D; }

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

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

background-color css

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

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

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

border-color css

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

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

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