Html Css Color HEX #AD2A10 Fire Brick

📋 copy color: '#AD2A10'

red 173 ◦ green 42 ◦ blue 16

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

Shades of Fire Brick #AD2A10

Tints of Fire Brick #AD2A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.18%

 BLUE value IS 16 (6.64% from 255) = 6.93%

R = 74.89%
G = 18.18%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD2A10 (or 0xAD2A10) is known color: Fire Brick. HEX triplet: AD, 2A and 10. RGB value is (173,42,16). Sum of RGB (Red+Green+Blue) = 173+42+16=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A10 is #52D5EF. Grayscale: #4E4E4E. Windows color (decimal): -5428720 or 1059501. OLE color: 1059501.

HSL color Cylindrical-coordinate representation of color #AD2A10: hue angle of 9.94º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD2A10 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 42 16 -
CMYK 0 0.76 0.91 0.32
HSL 9.94º 0.83% 0.37% -
HSV(B) 9.94º 0.91% 0.68% -
XYZ 18.16 10.58 1.58 -
YUV 78.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 173 42 16 0 0.76 0.91 0.32 9.94 0.83 0.37
Hex AD 2A 10 0 4C 5B 20 A 53 25
Octal 255 52 20 0 114 133 40 12 123 45
Binary 10101101 101010 10000 0 1001100 1011011 100000 1010 1010011 100101

Color Harmonies of #AD2A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A10

Black with #AD2A10

Text Example


Text Example

White with #AD2A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A10; }

 p { color: rgb(173,42,16); }

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

background-color css

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

 a { background-color: rgb(173,42,16); }

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

border-color css

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

 span { border-color: rgb(173,42,16); }

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