Html Css Color HEX #AF341C Fire Brick

📋 copy color: '#AF341C'

red 175 ◦ green 52 ◦ blue 28

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

Shades of Fire Brick #AF341C

Tints of Fire Brick #AF341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 68.63%
G = 20.39%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF341C (or 0xAF341C) is known color: Fire Brick. HEX triplet: AF, 34 and 1C. RGB value is (175,52,28). Sum of RGB (Red+Green+Blue) = 175+52+28=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF341C is #50CBE3. Grayscale: #565656. Windows color (decimal): -5295076 or 1848495. OLE color: 1848495.

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

Color convert

RGB 175 52 28 -
CMYK 0 0.70 0.84 0.31
HSL 9.8º 0.72% 0.4% -
HSV(B) 9.8º 0.84% 0.69% -
XYZ 19.12 11.65 2.34 -
YUV 86.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 175 52 28 0 0.70 0.84 0.31 9.8 0.72 0.4
Hex AF 34 1C 0 46 54 1F A 48 28
Octal 257 64 34 0 106 124 37 12 110 50
Binary 10101111 110100 11100 0 1000110 1010100 11111 1010 1001000 101000

Color Harmonies of #AF341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF341C

Black with #AF341C

Text Example


Text Example

White with #AF341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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