Html Css Color HEX #AD210D Fire Brick

📋 copy color: '#AD210D'

red 173 ◦ green 33 ◦ blue 13

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

Shades of Fire Brick #AD210D

Tints of Fire Brick #AD210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 79%
G = 15.07%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD210D (or 0xAD210D) is known color: Fire Brick. HEX triplet: AD, 21 and 0D. RGB value is (173,33,13). Sum of RGB (Red+Green+Blue) = 173+33+13=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD210D is #52DEF2. Grayscale: #484848. Windows color (decimal): -5431027 or 860589. OLE color: 860589.

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

Color convert

RGB 173 33 13 -
CMYK 0 0.81 0.92 0.32
HSL 7.5º 0.86% 0.36% -
HSV(B) 7.5º 0.92% 0.68% -
XYZ 17.85 10 1.37 -
YUV 72.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 173 33 13 0 0.81 0.92 0.32 7.5 0.86 0.36
Hex AD 21 D 0 51 5C 20 8 56 24
Octal 255 41 15 0 121 134 40 10 126 44
Binary 10101101 100001 1101 0 1010001 1011100 100000 1000 1010110 100100

Color Harmonies of #AD210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD210D

Black with #AD210D

Text Example


Text Example

White with #AD210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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