Html Css Color HEX #AD2D1B Fire Brick

📋 copy color: '#AD2D1B'

red 173 ◦ green 45 ◦ blue 27

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

Shades of Fire Brick #AD2D1B

Tints of Fire Brick #AD2D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 70.61%
G = 18.37%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD2D1B (or 0xAD2D1B) is known color: Fire Brick. HEX triplet: AD, 2D and 1B. RGB value is (173,45,27). Sum of RGB (Red+Green+Blue) = 173+45+27=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2D1B is #52D2E4. Grayscale: #515151. Windows color (decimal): -5427941 or 1781165. OLE color: 1781165.

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

Color convert

RGB 173 45 27 -
CMYK 0 0.74 0.84 0.32
HSL 7.4º 0.73% 0.39% -
HSV(B) 7.4º 0.84% 0.68% -
XYZ 18.37 10.84 2.16 -
YUV 81.22 97.41 193.46 -
System Red Green Blue C M Y K H S L
Decimal 173 45 27 0 0.74 0.84 0.32 7.4 0.73 0.39
Hex AD 2D 1B 0 4A 54 20 7 49 27
Octal 255 55 33 0 112 124 40 7 111 47
Binary 10101101 101101 11011 0 1001010 1010100 100000 111 1001001 100111

Color Harmonies of #AD2D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D1B

Black with #AD2D1B

Text Example


Text Example

White with #AD2D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D1B; }

 p { color: rgb(173,45,27); }

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

background-color css

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

 a { background-color: rgb(173,45,27); }

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

border-color css

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

 span { border-color: rgb(173,45,27); }

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