Html Css Color HEX #AF2010 Fire Brick

📋 copy color: '#AF2010'

red 175 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #AF2010

Tints of Fire Brick #AF2010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 78.48%
G = 14.35%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF2010 (or 0xAF2010) is known color: Fire Brick. HEX triplet: AF, 20 and 10. RGB value is (175,32,16). Sum of RGB (Red+Green+Blue) = 175+32+16=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2010 is #50DFEF. Grayscale: #494949. Windows color (decimal): -5300208 or 1056943. OLE color: 1056943.

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

Color convert

RGB 175 32 16 -
CMYK 0 0.82 0.91 0.31
HSL 6.04º 0.83% 0.37% -
HSV(B) 6.04º 0.91% 0.69% -
XYZ 18.29 10.18 1.49 -
YUV 72.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 175 32 16 0 0.82 0.91 0.31 6.04 0.83 0.37
Hex AF 20 10 0 52 5B 1F 6 53 25
Octal 257 40 20 0 122 133 37 6 123 45
Binary 10101111 100000 10000 0 1010010 1011011 11111 110 1010011 100101

Color Harmonies of #AF2010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2010

Black with #AF2010

Text Example


Text Example

White with #AF2010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2010; }

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

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

background-color css

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

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

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

border-color css

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

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

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