Html Css Color HEX #AD200D Fire Brick

📋 copy color: '#AD200D'

red 173 ◦ green 32 ◦ blue 13

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

Shades of Fire Brick #AD200D

Tints of Fire Brick #AD200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 79.36%
G = 14.68%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD200D (or 0xAD200D) is known color: Fire Brick. HEX triplet: AD, 20 and 0D. RGB value is (173,32,13). Sum of RGB (Red+Green+Blue) = 173+32+13=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD200D is #52DFF2. Grayscale: #484848. Windows color (decimal): -5431283 or 860333. OLE color: 860333.

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

Color convert

RGB 173 32 13 -
CMYK 0 0.82 0.92 0.32
HSL 7.13º 0.86% 0.36% -
HSV(B) 7.13º 0.92% 0.68% -
XYZ 17.82 9.95 1.36 -
YUV 71.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 173 32 13 0 0.82 0.92 0.32 7.13 0.86 0.36
Hex AD 20 D 0 52 5C 20 7 56 24
Octal 255 40 15 0 122 134 40 7 126 44
Binary 10101101 100000 1101 0 1010010 1011100 100000 111 1010110 100100

Color Harmonies of #AD200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD200D

Black with #AD200D

Text Example


Text Example

White with #AD200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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