Html Css Color HEX #AD2F15 Fire Brick

📋 copy color: '#AD2F15'

red 173 ◦ green 47 ◦ blue 21

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

Shades of Fire Brick #AD2F15

Tints of Fire Brick #AD2F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 71.78%
G = 19.5%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2F15 (or 0xAD2F15) is known color: Fire Brick. HEX triplet: AD, 2F and 15. RGB value is (173,47,21). Sum of RGB (Red+Green+Blue) = 173+47+21=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F15 is #52D0EA. Grayscale: #515151. Windows color (decimal): -5427435 or 1388461. OLE color: 1388461.

HSL color Cylindrical-coordinate representation of color #AD2F15: hue angle of 10.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD2F15 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 21 -
CMYK 0 0.73 0.88 0.32
HSL 10.26º 0.78% 0.38% -
HSV(B) 10.26º 0.88% 0.68% -
XYZ 18.39 10.97 1.86 -
YUV 81.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 173 47 21 0 0.73 0.88 0.32 10.26 0.78 0.38
Hex AD 2F 15 0 49 58 20 A 4E 26
Octal 255 57 25 0 111 130 40 12 116 46
Binary 10101101 101111 10101 0 1001001 1011000 100000 1010 1001110 100110

Color Harmonies of #AD2F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F15

Black with #AD2F15

Text Example


Text Example

White with #AD2F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F15; }

 p { color: rgb(173,47,21); }

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

background-color css

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

 a { background-color: rgb(173,47,21); }

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

border-color css

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

 span { border-color: rgb(173,47,21); }

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