Html Css Color HEX #AF331C Fire Brick

📋 copy color: '#AF331C'

red 175 ◦ green 51 ◦ blue 28

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

Shades of Fire Brick #AF331C

Tints of Fire Brick #AF331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 68.9%
G = 20.08%
B = 11.02%

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

#AF331C (or 0xAF331C) is known color: Fire Brick. HEX triplet: AF, 33 and 1C. RGB value is (175,51,28). Sum of RGB (Red+Green+Blue) = 175+51+28=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF331C is #50CCE3. Grayscale: #555555. Windows color (decimal): -5295332 or 1848239. OLE color: 1848239.

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

Color convert

RGB 175 51 28 -
CMYK 0 0.71 0.84 0.31
HSL 9.39º 0.72% 0.4% -
HSV(B) 9.39º 0.84% 0.69% -
XYZ 19.07 11.57 2.33 -
YUV 85.45 95.58 191.87 -
System Red Green Blue C M Y K H S L
Decimal 175 51 28 0 0.71 0.84 0.31 9.39 0.72 0.4
Hex AF 33 1C 0 47 54 1F 9 48 28
Octal 257 63 34 0 107 124 37 11 110 50
Binary 10101111 110011 11100 0 1000111 1010100 11111 1001 1001000 101000

Color Harmonies of #AF331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF331C

Black with #AF331C

Text Example


Text Example

White with #AF331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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