Html Css Color HEX #AF170A Fire Brick

📋 copy color: '#AF170A'

red 175 ◦ green 23 ◦ blue 10

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

Shades of Fire Brick #AF170A

Tints of Fire Brick #AF170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 84.13%
G = 11.06%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF170A (or 0xAF170A) is known color: Fire Brick. HEX triplet: AF, 17 and 0A. RGB value is (175,23,10). Sum of RGB (Red+Green+Blue) = 175+23+10=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF170A is #50E8F5. Grayscale: #434343. Windows color (decimal): -5302518 or 661423. OLE color: 661423.

HSL color Cylindrical-coordinate representation of color #AF170A: hue angle of 4.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 #AF170A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 10 -
CMYK 0 0.87 0.94 0.31
HSL 4.73º 0.89% 0.36% -
HSV(B) 4.73º 0.94% 0.69% -
XYZ 18.04 9.75 1.22 -
YUV 66.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 175 23 10 0 0.87 0.94 0.31 4.73 0.89 0.36
Hex AF 17 A 0 57 5E 1F 5 59 24
Octal 257 27 12 0 127 136 37 5 131 44
Binary 10101111 10111 1010 0 1010111 1011110 11111 101 1011001 100100

Color Harmonies of #AF170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF170A

Black with #AF170A

Text Example


Text Example

White with #AF170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF170A; }

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

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

background-color css

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

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

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

border-color css

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

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

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