Html Css Color HEX #AF3120 Fire Brick

📋 copy color: '#AF3120'

red 175 ◦ green 49 ◦ blue 32

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

Shades of Fire Brick #AF3120

Tints of Fire Brick #AF3120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 68.36%
G = 19.14%
B = 12.5%

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

#AF3120 (or 0xAF3120) is known color: Fire Brick. HEX triplet: AF, 31 and 20. RGB value is (175,49,32). Sum of RGB (Red+Green+Blue) = 175+49+32=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3120 is #50CEDF. Grayscale: #545454. Windows color (decimal): -5295840 or 2109871. OLE color: 2109871.

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

Color convert

RGB 175 49 32 -
CMYK 0 0.72 0.82 0.31
HSL 7.13º 0.69% 0.41% -
HSV(B) 7.13º 0.82% 0.69% -
XYZ 19.04 11.41 2.57 -
YUV 84.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 175 49 32 0 0.72 0.82 0.31 7.13 0.69 0.41
Hex AF 31 20 0 48 52 1F 7 45 29
Octal 257 61 40 0 110 122 37 7 105 51
Binary 10101111 110001 100000 0 1001000 1010010 11111 111 1000101 101001

Color Harmonies of #AF3120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3120

Black with #AF3120

Text Example


Text Example

White with #AF3120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3120; }

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

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

background-color css

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

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

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

border-color css

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

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

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