Html Css Color HEX #AD281B Fire Brick

📋 copy color: '#AD281B'

red 173 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #AD281B

Tints of Fire Brick #AD281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 72.08%
G = 16.67%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD281B (or 0xAD281B) is known color: Fire Brick. HEX triplet: AD, 28 and 1B. RGB value is (173,40,27). Sum of RGB (Red+Green+Blue) = 173+40+27=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD281B is #52D7E4. Grayscale: #4E4E4E. Windows color (decimal): -5429221 or 1779885. OLE color: 1779885.

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

Color convert

RGB 173 40 27 -
CMYK 0 0.77 0.84 0.32
HSL 5.34º 0.73% 0.39% -
HSV(B) 5.34º 0.84% 0.68% -
XYZ 18.19 10.48 2.1 -
YUV 78.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 173 40 27 0 0.77 0.84 0.32 5.34 0.73 0.39
Hex AD 28 1B 0 4D 54 20 5 49 27
Octal 255 50 33 0 115 124 40 5 111 47
Binary 10101101 101000 11011 0 1001101 1010100 100000 101 1001001 100111

Color Harmonies of #AD281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD281B

Black with #AD281B

Text Example


Text Example

White with #AD281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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