Html Css Color HEX #AF311C Fire Brick

📋 copy color: '#AF311C'

red 175 ◦ green 49 ◦ blue 28

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

Shades of Fire Brick #AF311C

Tints of Fire Brick #AF311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.11%

R = 69.44%
G = 19.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF311C (or 0xAF311C) is known color: Fire Brick. HEX triplet: AF, 31 and 1C. RGB value is (175,49,28). Sum of RGB (Red+Green+Blue) = 175+49+28=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF311C is #50CEE3. Grayscale: #545454. Windows color (decimal): -5295844 or 1847727. OLE color: 1847727.

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

Color convert

RGB 175 49 28 -
CMYK 0 0.72 0.84 0.31
HSL 8.57º 0.72% 0.4% -
HSV(B) 8.57º 0.84% 0.69% -
XYZ 18.99 11.39 2.3 -
YUV 84.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 175 49 28 0 0.72 0.84 0.31 8.57 0.72 0.4
Hex AF 31 1C 0 48 54 1F 9 48 28
Octal 257 61 34 0 110 124 37 11 110 50
Binary 10101111 110001 11100 0 1001000 1010100 11111 1001 1001000 101000

Color Harmonies of #AF311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF311C

Black with #AF311C

Text Example


Text Example

White with #AF311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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