Html Css Color HEX #AD281E Fire Brick

📋 copy color: '#AD281E'

red 173 ◦ green 40 ◦ blue 30

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

Shades of Fire Brick #AD281E

Tints of Fire Brick #AD281E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.35%

R = 71.19%
G = 16.46%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD281E (or 0xAD281E) is known color: Fire Brick. HEX triplet: AD, 28 and 1E. RGB value is (173,40,30). Sum of RGB (Red+Green+Blue) = 173+40+30=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD281E is #52D7E1. Grayscale: #4E4E4E. Windows color (decimal): -5429218 or 1976493. OLE color: 1976493.

HSL color Cylindrical-coordinate representation of color #AD281E: hue angle of 4.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD281E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 30 -
CMYK 0 0.77 0.83 0.32
HSL 4.2º 0.7% 0.4% -
HSV(B) 4.2º 0.83% 0.68% -
XYZ 18.23 10.5 2.29 -
YUV 78.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 173 40 30 0 0.77 0.83 0.32 4.2 0.7 0.4
Hex AD 28 1E 0 4D 53 20 4 46 28
Octal 255 50 36 0 115 123 40 4 106 50
Binary 10101101 101000 11110 0 1001101 1010011 100000 100 1000110 101000

Color Harmonies of #AD281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD281E

Black with #AD281E

Text Example


Text Example

White with #AD281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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