Html Css Color HEX #AD321B Fire Brick

📋 copy color: '#AD321B'

red 173 ◦ green 50 ◦ blue 27

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

Shades of Fire Brick #AD321B

Tints of Fire Brick #AD321B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 69.2%
G = 20%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD321B (or 0xAD321B) is known color: Fire Brick. HEX triplet: AD, 32 and 1B. RGB value is (173,50,27). Sum of RGB (Red+Green+Blue) = 173+50+27=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD321B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD321B is #52CDE4. Grayscale: #545454. Windows color (decimal): -5426661 or 1782445. OLE color: 1782445.

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

Color convert

RGB 173 50 27 -
CMYK 0 0.71 0.84 0.32
HSL 9.45º 0.73% 0.39% -
HSV(B) 9.45º 0.84% 0.68% -
XYZ 18.57 11.24 2.23 -
YUV 84.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 173 50 27 0 0.71 0.84 0.32 9.45 0.73 0.39
Hex AD 32 1B 0 47 54 20 9 49 27
Octal 255 62 33 0 107 124 40 11 111 47
Binary 10101101 110010 11011 0 1000111 1010100 100000 1001 1001001 100111

Color Harmonies of #AD321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD321B

Black with #AD321B

Text Example


Text Example

White with #AD321B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD321B; }

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

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

background-color css

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

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

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

border-color css

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

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

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