Html Css Color HEX #AF220A Fire Brick

📋 copy color: '#AF220A'

red 175 ◦ green 34 ◦ blue 10

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

Shades of Fire Brick #AF220A

Tints of Fire Brick #AF220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.57%

R = 79.91%
G = 15.53%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF220A (or 0xAF220A) is known color: Fire Brick. HEX triplet: AF, 22 and 0A. RGB value is (175,34,10). Sum of RGB (Red+Green+Blue) = 175+34+10=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF220A is #50DDF5. Grayscale: #494949. Windows color (decimal): -5299702 or 664239. OLE color: 664239.

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

Color convert

RGB 175 34 10 -
CMYK 0 0.81 0.94 0.31
HSL 8.73º 0.89% 0.36% -
HSV(B) 8.73º 0.94% 0.69% -
XYZ 18.31 10.28 1.31 -
YUV 73.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 175 34 10 0 0.81 0.94 0.31 8.73 0.89 0.36
Hex AF 22 A 0 51 5E 1F 9 59 24
Octal 257 42 12 0 121 136 37 11 131 44
Binary 10101111 100010 1010 0 1010001 1011110 11111 1001 1011001 100100

Color Harmonies of #AF220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF220A

Black with #AF220A

Text Example


Text Example

White with #AF220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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