Html Css Color HEX #AF2006 Fire Brick

📋 copy color: '#AF2006'

red 175 ◦ green 32 ◦ blue 6

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

Shades of Fire Brick #AF2006

Tints of Fire Brick #AF2006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 82.16%
G = 15.02%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2006 (or 0xAF2006) is known color: Fire Brick. HEX triplet: AF, 20 and 06. RGB value is (175,32,6). Sum of RGB (Red+Green+Blue) = 175+32+6=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2006 is #50DFF9. Grayscale: #484848. Windows color (decimal): -5300218 or 401583. OLE color: 401583.

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

Color convert

RGB 175 32 6 -
CMYK 0 0.82 0.97 0.31
HSL 9.23º 0.93% 0.35% -
HSV(B) 9.23º 0.97% 0.69% -
XYZ 18.23 10.16 1.17 -
YUV 71.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 175 32 6 0 0.82 0.97 0.31 9.23 0.93 0.35
Hex AF 20 6 0 52 61 1F 9 5D 23
Octal 257 40 6 0 122 141 37 11 135 43
Binary 10101111 100000 110 0 1010010 1100001 11111 1001 1011101 100011

Color Harmonies of #AF2006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2006

Black with #AF2006

Text Example


Text Example

White with #AF2006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2006; }

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

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

background-color css

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

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

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

border-color css

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

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

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