Html Css Color HEX #AF2120 Fire Brick

📋 copy color: '#AF2120'

red 175 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #AF2120

Tints of Fire Brick #AF2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 72.92%
G = 13.75%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF2120 (or 0xAF2120) is known color: Fire Brick. HEX triplet: AF, 21 and 20. RGB value is (175,33,32). Sum of RGB (Red+Green+Blue) = 175+33+32=240 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.92% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2120 is #50DEDF. Grayscale: #4B4B4B. Windows color (decimal): -5299936 or 2105775. OLE color: 2105775.

HSL color Cylindrical-coordinate representation of color #AF2120: hue angle of 0.42º 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 #AF2120 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 32 -
CMYK 0 0.81 0.82 0.31
HSL 0.42º 0.69% 0.41% -
HSV(B) 0.42º 0.82% 0.69% -
XYZ 18.48 10.31 2.38 -
YUV 75.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 175 33 32 0 0.81 0.82 0.31 0.42 0.69 0.41
Hex AF 21 20 0 51 52 1F 0 45 29
Octal 257 41 40 0 121 122 37 0 105 51
Binary 10101111 100001 100000 0 1010001 1010010 11111 0 1000101 101001

Color Harmonies of #AF2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2120

Black with #AF2120

Text Example


Text Example

White with #AF2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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