Html Css Color HEX #AF220F Fire Brick

📋 copy color: '#AF220F'

red 175 ◦ green 34 ◦ blue 15

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

Shades of Fire Brick #AF220F

Tints of Fire Brick #AF220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.7%

R = 78.13%
G = 15.18%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF220F (or 0xAF220F) is known color: Fire Brick. HEX triplet: AF, 22 and 0F. RGB value is (175,34,15). Sum of RGB (Red+Green+Blue) = 175+34+15=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF220F is #50DDF0. Grayscale: #4A4A4A. Windows color (decimal): -5299697 or 991919. OLE color: 991919.

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

Color convert

RGB 175 34 15 -
CMYK 0 0.81 0.91 0.31
HSL 7.13º 0.84% 0.37% -
HSV(B) 7.13º 0.91% 0.69% -
XYZ 18.34 10.29 1.47 -
YUV 73.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 175 34 15 0 0.81 0.91 0.31 7.13 0.84 0.37
Hex AF 22 F 0 51 5B 1F 7 54 25
Octal 257 42 17 0 121 133 37 7 124 45
Binary 10101111 100010 1111 0 1010001 1011011 11111 111 1010100 100101

Color Harmonies of #AF220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF220F

Black with #AF220F

Text Example


Text Example

White with #AF220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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