Html Css Color HEX #AD2F1A Fire Brick

📋 copy color: '#AD2F1A'

red 173 ◦ green 47 ◦ blue 26

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

Shades of Fire Brick #AD2F1A

Tints of Fire Brick #AD2F1A

RGB

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

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

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

R = 70.33%
G = 19.11%
B = 10.57%

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

#AD2F1A (or 0xAD2F1A) is known color: Fire Brick. HEX triplet: AD, 2F and 1A. RGB value is (173,47,26). Sum of RGB (Red+Green+Blue) = 173+47+26=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 47 (18.75% from 255 or 19.11% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F1A is #52D0E5. Grayscale: #525252. Windows color (decimal): -5427430 or 1716141. OLE color: 1716141.

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

Color convert

RGB 173 47 26 -
CMYK 0 0.73 0.85 0.32
HSL 8.57º 0.74% 0.39% -
HSV(B) 8.57º 0.85% 0.68% -
XYZ 18.44 10.99 2.13 -
YUV 82.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 173 47 26 0 0.73 0.85 0.32 8.57 0.74 0.39
Hex AD 2F 1A 0 49 55 20 9 4A 27
Octal 255 57 32 0 111 125 40 11 112 47
Binary 10101101 101111 11010 0 1001001 1010101 100000 1001 1001010 100111

Color Harmonies of #AD2F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F1A

Black with #AD2F1A

Text Example


Text Example

White with #AD2F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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