Html Css Color HEX #AF321F Fire Brick

📋 copy color: '#AF321F'

red 175 ◦ green 50 ◦ blue 31

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

Shades of Fire Brick #AF321F

Tints of Fire Brick #AF321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 68.36%
G = 19.53%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF321F (or 0xAF321F) is known color: Fire Brick. HEX triplet: AF, 32 and 1F. RGB value is (175,50,31). Sum of RGB (Red+Green+Blue) = 175+50+31=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF321F is #50CDE0. Grayscale: #555555. Windows color (decimal): -5295585 or 2044591. OLE color: 2044591.

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

Color convert

RGB 175 50 31 -
CMYK 0 0.71 0.82 0.31
HSL 7.92º 0.7% 0.4% -
HSV(B) 7.92º 0.82% 0.69% -
XYZ 19.07 11.49 2.51 -
YUV 85.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 175 50 31 0 0.71 0.82 0.31 7.92 0.7 0.4
Hex AF 32 1F 0 47 52 1F 8 46 28
Octal 257 62 37 0 107 122 37 10 106 50
Binary 10101111 110010 11111 0 1000111 1010010 11111 1000 1000110 101000

Color Harmonies of #AF321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF321F

Black with #AF321F

Text Example


Text Example

White with #AF321F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF321F; }

 p { color: rgb(175,50,31); }

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

background-color css

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

 a { background-color: rgb(175,50,31); }

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

border-color css

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

 span { border-color: rgb(175,50,31); }

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