Html Css Color HEX #AF311E Fire Brick

📋 copy color: '#AF311E'

red 175 ◦ green 49 ◦ blue 30

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

Shades of Fire Brick #AF311E

Tints of Fire Brick #AF311E

RGB

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

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

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

R = 68.9%
G = 19.29%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF311E (or 0xAF311E) is known color: Fire Brick. HEX triplet: AF, 31 and 1E. RGB value is (175,49,30). Sum of RGB (Red+Green+Blue) = 175+49+30=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF311E is #50CEE1. Grayscale: #545454. Windows color (decimal): -5295842 or 1978799. OLE color: 1978799.

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

Color convert

RGB 175 49 30 -
CMYK 0 0.72 0.83 0.31
HSL 7.86º 0.71% 0.4% -
HSV(B) 7.86º 0.83% 0.69% -
XYZ 19.01 11.4 2.43 -
YUV 84.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 175 49 30 0 0.72 0.83 0.31 7.86 0.71 0.4
Hex AF 31 1E 0 48 53 1F 8 47 28
Octal 257 61 36 0 110 123 37 10 107 50
Binary 10101111 110001 11110 0 1001000 1010011 11111 1000 1000111 101000

Color Harmonies of #AF311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF311E

Black with #AF311E

Text Example


Text Example

White with #AF311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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