Html Css Color HEX #AD271B Fire Brick

📋 copy color: '#AD271B'

red 173 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #AD271B

Tints of Fire Brick #AD271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

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

R = 72.38%
G = 16.32%
B = 11.3%

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

#AD271B (or 0xAD271B) is known color: Fire Brick. HEX triplet: AD, 27 and 1B. RGB value is (173,39,27). Sum of RGB (Red+Green+Blue) = 173+39+27=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD271B is #52D8E4. Grayscale: #4D4D4D. Windows color (decimal): -5429477 or 1779629. OLE color: 1779629.

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

Color convert

RGB 173 39 27 -
CMYK 0 0.77 0.84 0.32
HSL 4.93º 0.73% 0.39% -
HSV(B) 4.93º 0.84% 0.68% -
XYZ 18.16 10.41 2.09 -
YUV 77.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 173 39 27 0 0.77 0.84 0.32 4.93 0.73 0.39
Hex AD 27 1B 0 4D 54 20 5 49 27
Octal 255 47 33 0 115 124 40 5 111 47
Binary 10101101 100111 11011 0 1001101 1010100 100000 101 1001001 100111

Color Harmonies of #AD271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD271B

Black with #AD271B

Text Example


Text Example

White with #AD271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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