Html Css Color HEX #AF1A11 Fire Brick

📋 copy color: '#AF1A11'

red 175 ◦ green 26 ◦ blue 17

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

Shades of Fire Brick #AF1A11

Tints of Fire Brick #AF1A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 80.28%
G = 11.93%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF1A11 (or 0xAF1A11) is known color: Fire Brick. HEX triplet: AF, 1A and 11. RGB value is (175,26,17). Sum of RGB (Red+Green+Blue) = 175+26+17=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A11 is #50E5EE. Grayscale: #454545. Windows color (decimal): -5301743 or 1120943. OLE color: 1120943.

HSL color Cylindrical-coordinate representation of color #AF1A11: hue angle of 3.42º 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 #AF1A11 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 26 17 -
CMYK 0 0.85 0.90 0.31
HSL 3.42º 0.82% 0.38% -
HSV(B) 3.42º 0.9% 0.69% -
XYZ 18.15 9.89 1.48 -
YUV 69.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 175 26 17 0 0.85 0.90 0.31 3.42 0.82 0.38
Hex AF 1A 11 0 55 5A 1F 3 52 26
Octal 257 32 21 0 125 132 37 3 122 46
Binary 10101111 11010 10001 0 1010101 1011010 11111 11 1010010 100110

Color Harmonies of #AF1A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A11

Black with #AF1A11

Text Example


Text Example

White with #AF1A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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