Html Css Color HEX #AF2220 Fire Brick

📋 copy color: '#AF2220'

red 175 ◦ green 34 ◦ blue 32

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

Shades of Fire Brick #AF2220

Tints of Fire Brick #AF2220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.11%

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

R = 72.61%
G = 14.11%
B = 13.28%

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

#AF2220 (or 0xAF2220) is known color: Fire Brick. HEX triplet: AF, 22 and 20. RGB value is (175,34,32). Sum of RGB (Red+Green+Blue) = 175+34+32=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2220 is #50DDDF. Grayscale: #4C4C4C. Windows color (decimal): -5299680 or 2106031. OLE color: 2106031.

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

Color convert

RGB 175 34 32 -
CMYK 0 0.81 0.82 0.31
HSL 0.84º 0.69% 0.41% -
HSV(B) 0.84º 0.82% 0.69% -
XYZ 18.51 10.36 2.39 -
YUV 75.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 175 34 32 0 0.81 0.82 0.31 0.84 0.69 0.41
Hex AF 22 20 0 51 52 1F 1 45 29
Octal 257 42 40 0 121 122 37 1 105 51
Binary 10101111 100010 100000 0 1010001 1010010 11111 1 1000101 101001

Color Harmonies of #AF2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2220

Black with #AF2220

Text Example


Text Example

White with #AF2220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2220; }

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

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

background-color css

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

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

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

border-color css

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

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

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