Html Css Color HEX #AF1211 Fire Brick

📋 copy color: '#AF1211'

red 175 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #AF1211

Tints of Fire Brick #AF1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.57%

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 83.33%
G = 8.57%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1211 (or 0xAF1211) is known color: Fire Brick. HEX triplet: AF, 12 and 11. RGB value is (175,18,17). Sum of RGB (Red+Green+Blue) = 175+18+17=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1211 is #50EDEE. Grayscale: #404040. Windows color (decimal): -5303791 or 1118895. OLE color: 1118895.

HSL color Cylindrical-coordinate representation of color #AF1211: hue angle of 0.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1211 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 18 17 -
CMYK 0 0.90 0.90 0.31
HSL 0.38º 0.82% 0.38% -
HSV(B) 0.38º 0.9% 0.69% -
XYZ 18 9.59 1.43 -
YUV 64.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 175 18 17 0 0.90 0.90 0.31 0.38 0.82 0.38
Hex AF 12 11 0 5A 5A 1F 0 52 26
Octal 257 22 21 0 132 132 37 0 122 46
Binary 10101111 10010 10001 0 1011010 1011010 11111 0 1010010 100110

Color Harmonies of #AF1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1211

Black with #AF1211

Text Example


Text Example

White with #AF1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1211; }

 p { color: rgb(175,18,17); }

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

background-color css

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

 a { background-color: rgb(175,18,17); }

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

border-color css

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

 span { border-color: rgb(175,18,17); }

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