Html Css Color HEX #AD271F Fire Brick

📋 copy color: '#AD271F'

red 173 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #AD271F

Tints of Fire Brick #AD271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 71.19%
G = 16.05%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD271F (or 0xAD271F) is known color: Fire Brick. HEX triplet: AD, 27 and 1F. RGB value is (173,39,31). Sum of RGB (Red+Green+Blue) = 173+39+31=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD271F is #52D8E0. Grayscale: #4E4E4E. Windows color (decimal): -5429473 or 2041773. OLE color: 2041773.

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

Color convert

RGB 173 39 31 -
CMYK 0 0.77 0.82 0.32
HSL 3.38º 0.7% 0.4% -
HSV(B) 3.38º 0.82% 0.68% -
XYZ 18.21 10.43 2.35 -
YUV 78.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 173 39 31 0 0.77 0.82 0.32 3.38 0.7 0.4
Hex AD 27 1F 0 4D 52 20 3 46 28
Octal 255 47 37 0 115 122 40 3 106 50
Binary 10101101 100111 11111 0 1001101 1010010 100000 11 1000110 101000

Color Harmonies of #AD271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD271F

Black with #AD271F

Text Example


Text Example

White with #AD271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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