Html Css Color HEX #AF180B Fire Brick

📋 copy color: '#AF180B'

red 175 ◦ green 24 ◦ blue 11

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

Shades of Fire Brick #AF180B

Tints of Fire Brick #AF180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 83.33%
G = 11.43%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF180B (or 0xAF180B) is known color: Fire Brick. HEX triplet: AF, 18 and 0B. RGB value is (175,24,11). Sum of RGB (Red+Green+Blue) = 175+24+11=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF180B is #50E7F4. Grayscale: #434343. Windows color (decimal): -5302261 or 727215. OLE color: 727215.

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

Color convert

RGB 175 24 11 -
CMYK 0 0.86 0.94 0.31
HSL 4.76º 0.88% 0.36% -
HSV(B) 4.76º 0.94% 0.69% -
XYZ 18.07 9.79 1.25 -
YUV 67.67 96.03 204.56 -
System Red Green Blue C M Y K H S L
Decimal 175 24 11 0 0.86 0.94 0.31 4.76 0.88 0.36
Hex AF 18 B 0 56 5E 1F 5 58 24
Octal 257 30 13 0 126 136 37 5 130 44
Binary 10101111 11000 1011 0 1010110 1011110 11111 101 1011000 100100

Color Harmonies of #AF180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF180B

Black with #AF180B

Text Example


Text Example

White with #AF180B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF180B; }

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

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

background-color css

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

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

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

border-color css

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

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

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