Html Css Color HEX #AF301F Fire Brick

📋 copy color: '#AF301F'

red 175 ◦ green 48 ◦ blue 31

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

Shades of Fire Brick #AF301F

Tints of Fire Brick #AF301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 68.9%
G = 18.9%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF301F (or 0xAF301F) is known color: Fire Brick. HEX triplet: AF, 30 and 1F. RGB value is (175,48,31). Sum of RGB (Red+Green+Blue) = 175+48+31=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301F is #50CFE0. Grayscale: #545454. Windows color (decimal): -5296097 or 2044079. OLE color: 2044079.

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

Color convert

RGB 175 48 31 -
CMYK 0 0.73 0.82 0.31
HSL 7.08º 0.7% 0.4% -
HSV(B) 7.08º 0.82% 0.69% -
XYZ 18.98 11.33 2.48 -
YUV 84.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 175 48 31 0 0.73 0.82 0.31 7.08 0.7 0.4
Hex AF 30 1F 0 49 52 1F 7 46 28
Octal 257 60 37 0 111 122 37 7 106 50
Binary 10101111 110000 11111 0 1001001 1010010 11111 111 1000110 101000

Color Harmonies of #AF301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF301F

Black with #AF301F

Text Example


Text Example

White with #AF301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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