Html Css Color HEX #AF180E Fire Brick

📋 copy color: '#AF180E'

red 175 ◦ green 24 ◦ blue 14

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

Shades of Fire Brick #AF180E

Tints of Fire Brick #AF180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 82.16%
G = 11.27%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF180E (or 0xAF180E) is known color: Fire Brick. HEX triplet: AF, 18 and 0E. RGB value is (175,24,14). Sum of RGB (Red+Green+Blue) = 175+24+14=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF180E is #50E7F1. Grayscale: #444444. Windows color (decimal): -5302258 or 923823. OLE color: 923823.

HSL color Cylindrical-coordinate representation of color #AF180E: hue angle of 3.73º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF180E is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 14 -
CMYK 0 0.86 0.92 0.31
HSL 3.73º 0.85% 0.37% -
HSV(B) 3.73º 0.92% 0.69% -
XYZ 18.09 9.8 1.35 -
YUV 68.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 175 24 14 0 0.86 0.92 0.31 3.73 0.85 0.37
Hex AF 18 E 0 56 5C 1F 4 55 25
Octal 257 30 16 0 126 134 37 4 125 45
Binary 10101111 11000 1110 0 1010110 1011100 11111 100 1010101 100101

Color Harmonies of #AF180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF180E

Black with #AF180E

Text Example


Text Example

White with #AF180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF180E; }

 p { color: rgb(175,24,14); }

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

background-color css

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

 a { background-color: rgb(175,24,14); }

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

border-color css

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

 span { border-color: rgb(175,24,14); }

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