Html Css Color HEX #AF2206 Fire Brick

📋 copy color: '#AF2206'

red 175 ◦ green 34 ◦ blue 6

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

Shades of Fire Brick #AF2206

Tints of Fire Brick #AF2206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.79%

R = 81.4%
G = 15.81%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2206 (or 0xAF2206) is known color: Fire Brick. HEX triplet: AF, 22 and 06. RGB value is (175,34,6). Sum of RGB (Red+Green+Blue) = 175+34+6=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2206 is #50DDF9. Grayscale: #494949. Windows color (decimal): -5299706 or 402095. OLE color: 402095.

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

Color convert

RGB 175 34 6 -
CMYK 0 0.81 0.97 0.31
HSL 9.94º 0.93% 0.35% -
HSV(B) 9.94º 0.97% 0.69% -
XYZ 18.28 10.27 1.19 -
YUV 72.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 175 34 6 0 0.81 0.97 0.31 9.94 0.93 0.35
Hex AF 22 6 0 51 61 1F A 5D 23
Octal 257 42 6 0 121 141 37 12 135 43
Binary 10101111 100010 110 0 1010001 1100001 11111 1010 1011101 100011

Color Harmonies of #AF2206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2206

Black with #AF2206

Text Example


Text Example

White with #AF2206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2206; }

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

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

background-color css

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

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

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

border-color css

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

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

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