Html Css Color HEX #AD2E1A Fire Brick

📋 copy color: '#AD2E1A'

red 173 ◦ green 46 ◦ blue 26

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

Shades of Fire Brick #AD2E1A

Tints of Fire Brick #AD2E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.78%

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 70.61%
G = 18.78%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD2E1A (or 0xAD2E1A) is known color: Fire Brick. HEX triplet: AD, 2E and 1A. RGB value is (173,46,26). Sum of RGB (Red+Green+Blue) = 173+46+26=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2E1A is #52D1E5. Grayscale: #515151. Windows color (decimal): -5427686 or 1715885. OLE color: 1715885.

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

Color convert

RGB 173 46 26 -
CMYK 0 0.73 0.85 0.32
HSL 8.16º 0.74% 0.39% -
HSV(B) 8.16º 0.85% 0.68% -
XYZ 18.4 10.91 2.11 -
YUV 81.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 173 46 26 0 0.73 0.85 0.32 8.16 0.74 0.39
Hex AD 2E 1A 0 49 55 20 8 4A 27
Octal 255 56 32 0 111 125 40 10 112 47
Binary 10101101 101110 11010 0 1001001 1010101 100000 1000 1001010 100111

Color Harmonies of #AD2E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2E1A

Black with #AD2E1A

Text Example


Text Example

White with #AD2E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2E1A; }

 p { color: rgb(173,46,26); }

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

background-color css

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

 a { background-color: rgb(173,46,26); }

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

border-color css

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

 span { border-color: rgb(173,46,26); }

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