Html Css Color HEX #AD2710 Fire Brick

📋 copy color: '#AD2710'

red 173 ◦ green 39 ◦ blue 16

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

Shades of Fire Brick #AD2710

Tints of Fire Brick #AD2710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 75.88%
G = 17.11%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD2710 (or 0xAD2710) is known color: Fire Brick. HEX triplet: AD, 27 and 10. RGB value is (173,39,16). Sum of RGB (Red+Green+Blue) = 173+39+16=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2710 is #52D8EF. Grayscale: #4C4C4C. Windows color (decimal): -5429488 or 1058733. OLE color: 1058733.

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

Color convert

RGB 173 39 16 -
CMYK 0 0.77 0.91 0.32
HSL 8.79º 0.83% 0.37% -
HSV(B) 8.79º 0.91% 0.68% -
XYZ 18.05 10.37 1.54 -
YUV 76.44 93.89 196.87 -
System Red Green Blue C M Y K H S L
Decimal 173 39 16 0 0.77 0.91 0.32 8.79 0.83 0.37
Hex AD 27 10 0 4D 5B 20 9 53 25
Octal 255 47 20 0 115 133 40 11 123 45
Binary 10101101 100111 10000 0 1001101 1011011 100000 1001 1010011 100101

Color Harmonies of #AD2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2710

Black with #AD2710

Text Example


Text Example

White with #AD2710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2710; }

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

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

background-color css

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

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

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

border-color css

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

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

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