Html Css Color HEX #AD2910 Fire Brick

📋 copy color: '#AD2910'

red 173 ◦ green 41 ◦ blue 16

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

Shades of Fire Brick #AD2910

Tints of Fire Brick #AD2910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 75.22%
G = 17.83%
B = 6.96%

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

#AD2910 (or 0xAD2910) is known color: Fire Brick. HEX triplet: AD, 29 and 10. RGB value is (173,41,16). Sum of RGB (Red+Green+Blue) = 173+41+16=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2910 is #52D6EF. Grayscale: #4D4D4D. Windows color (decimal): -5428976 or 1059245. OLE color: 1059245.

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

Color convert

RGB 173 41 16 -
CMYK 0 0.76 0.91 0.32
HSL 9.55º 0.83% 0.37% -
HSV(B) 9.55º 0.91% 0.68% -
XYZ 18.12 10.51 1.56 -
YUV 77.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 173 41 16 0 0.76 0.91 0.32 9.55 0.83 0.37
Hex AD 29 10 0 4C 5B 20 A 53 25
Octal 255 51 20 0 114 133 40 12 123 45
Binary 10101101 101001 10000 0 1001100 1011011 100000 1010 1010011 100101

Color Harmonies of #AD2910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2910

Black with #AD2910

Text Example


Text Example

White with #AD2910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2910; }

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

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

background-color css

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

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

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

border-color css

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

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

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