Html Css Color HEX #AF321C Fire Brick

📋 copy color: '#AF321C'

red 175 ◦ green 50 ◦ blue 28

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

Shades of Fire Brick #AF321C

Tints of Fire Brick #AF321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 69.17%
G = 19.76%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF321C (or 0xAF321C) is known color: Fire Brick. HEX triplet: AF, 32 and 1C. RGB value is (175,50,28). Sum of RGB (Red+Green+Blue) = 175+50+28=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF321C is #50CDE3. Grayscale: #555555. Windows color (decimal): -5295588 or 1847983. OLE color: 1847983.

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

Color convert

RGB 175 50 28 -
CMYK 0 0.71 0.84 0.31
HSL 8.98º 0.72% 0.4% -
HSV(B) 8.98º 0.84% 0.69% -
XYZ 19.03 11.48 2.31 -
YUV 84.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 175 50 28 0 0.71 0.84 0.31 8.98 0.72 0.4
Hex AF 32 1C 0 47 54 1F 9 48 28
Octal 257 62 34 0 107 124 37 11 110 50
Binary 10101111 110010 11100 0 1000111 1010100 11111 1001 1001000 101000

Color Harmonies of #AF321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF321C

Black with #AF321C

Text Example


Text Example

White with #AF321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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