Html Css Color HEX #AD200A Fire Brick

📋 copy color: '#AD200A'

red 173 ◦ green 32 ◦ blue 10

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

Shades of Fire Brick #AD200A

Tints of Fire Brick #AD200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 80.47%
G = 14.88%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD200A (or 0xAD200A) is known color: Fire Brick. HEX triplet: AD, 20 and 0A. RGB value is (173,32,10). Sum of RGB (Red+Green+Blue) = 173+32+10=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD200A is #52DFF5. Grayscale: #474747. Windows color (decimal): -5431286 or 663725. OLE color: 663725.

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

Color convert

RGB 173 32 10 -
CMYK 0 0.82 0.94 0.32
HSL 8.1º 0.89% 0.36% -
HSV(B) 8.1º 0.94% 0.68% -
XYZ 17.8 9.94 1.27 -
YUV 71.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 173 32 10 0 0.82 0.94 0.32 8.1 0.89 0.36
Hex AD 20 A 0 52 5E 20 8 59 24
Octal 255 40 12 0 122 136 40 10 131 44
Binary 10101101 100000 1010 0 1010010 1011110 100000 1000 1011001 100100

Color Harmonies of #AD200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD200A

Black with #AD200A

Text Example


Text Example

White with #AD200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD200A; }

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

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

background-color css

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

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

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

border-color css

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

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

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