Html Css Color HEX #AF311F Fire Brick

📋 copy color: '#AF311F'

red 175 ◦ green 49 ◦ blue 31

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

Shades of Fire Brick #AF311F

Tints of Fire Brick #AF311F

RGB

 RED value IS 175 (68.75% from 255) = 68.63%

 GREEN value IS 49 (19.53% from 255) = 19.22%

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

R = 68.63%
G = 19.22%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF311F (or 0xAF311F) is known color: Fire Brick. HEX triplet: AF, 31 and 1F. RGB value is (175,49,31). Sum of RGB (Red+Green+Blue) = 175+49+31=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF311F is #50CEE0. Grayscale: #545454. Windows color (decimal): -5295841 or 2044335. OLE color: 2044335.

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

Color convert

RGB 175 49 31 -
CMYK 0 0.72 0.82 0.31
HSL 7.5º 0.7% 0.4% -
HSV(B) 7.5º 0.82% 0.69% -
XYZ 19.02 11.41 2.5 -
YUV 84.62 97.74 192.46 -
System Red Green Blue C M Y K H S L
Decimal 175 49 31 0 0.72 0.82 0.31 7.5 0.7 0.4
Hex AF 31 1F 0 48 52 1F 8 46 28
Octal 257 61 37 0 110 122 37 10 106 50
Binary 10101111 110001 11111 0 1001000 1010010 11111 1000 1000110 101000

Color Harmonies of #AF311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF311F

Black with #AF311F

Text Example


Text Example

White with #AF311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF311F; }

 p { color: rgb(175,49,31); }

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

background-color css

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

 a { background-color: rgb(175,49,31); }

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

border-color css

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

 span { border-color: rgb(175,49,31); }

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