Html Css Color HEX #AF220C Fire Brick

📋 copy color: '#AF220C'

red 175 ◦ green 34 ◦ blue 12

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

Shades of Fire Brick #AF220C

Tints of Fire Brick #AF220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 79.19%
G = 15.38%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF220C (or 0xAF220C) is known color: Fire Brick. HEX triplet: AF, 22 and 0C. RGB value is (175,34,12). Sum of RGB (Red+Green+Blue) = 175+34+12=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF220C is #50DDF3. Grayscale: #494949. Windows color (decimal): -5299700 or 795311. OLE color: 795311.

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

Color convert

RGB 175 34 12 -
CMYK 0 0.81 0.93 0.31
HSL 8.1º 0.87% 0.37% -
HSV(B) 8.1º 0.93% 0.69% -
XYZ 18.32 10.28 1.37 -
YUV 73.65 93.21 200.29 -
System Red Green Blue C M Y K H S L
Decimal 175 34 12 0 0.81 0.93 0.31 8.1 0.87 0.37
Hex AF 22 C 0 51 5D 1F 8 57 25
Octal 257 42 14 0 121 135 37 10 127 45
Binary 10101111 100010 1100 0 1010001 1011101 11111 1000 1010111 100101

Color Harmonies of #AF220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF220C

Black with #AF220C

Text Example


Text Example

White with #AF220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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