Html Css Color HEX #AF160D Fire Brick

📋 copy color: '#AF160D'

red 175 ◦ green 22 ◦ blue 13

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

Shades of Fire Brick #AF160D

Tints of Fire Brick #AF160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.48%

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 83.33%
G = 10.48%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF160D (or 0xAF160D) is known color: Fire Brick. HEX triplet: AF, 16 and 0D. RGB value is (175,22,13). Sum of RGB (Red+Green+Blue) = 175+22+13=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF160D is #50E9F2. Grayscale: #424242. Windows color (decimal): -5302771 or 857775. OLE color: 857775.

HSL color Cylindrical-coordinate representation of color #AF160D: hue angle of 3.33º degrees, saturation: 0.86, 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 #AF160D is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 13 -
CMYK 0 0.87 0.93 0.31
HSL 3.33º 0.86% 0.37% -
HSV(B) 3.33º 0.93% 0.69% -
XYZ 18.04 9.72 1.31 -
YUV 66.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 175 22 13 0 0.87 0.93 0.31 3.33 0.86 0.37
Hex AF 16 D 0 57 5D 1F 3 56 25
Octal 257 26 15 0 127 135 37 3 126 45
Binary 10101111 10110 1101 0 1010111 1011101 11111 11 1010110 100101

Color Harmonies of #AF160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF160D

Black with #AF160D

Text Example


Text Example

White with #AF160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF160D; }

 p { color: rgb(175,22,13); }

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

background-color css

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

 a { background-color: rgb(175,22,13); }

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

border-color css

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

 span { border-color: rgb(175,22,13); }

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