Html Css Color HEX #AF301C Fire Brick

📋 copy color: '#AF301C'

red 175 ◦ green 48 ◦ blue 28

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

Shades of Fire Brick #AF301C

Tints of Fire Brick #AF301C

RGB

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

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

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

R = 69.72%
G = 19.12%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF301C (or 0xAF301C) is known color: Fire Brick. HEX triplet: AF, 30 and 1C. RGB value is (175,48,28). Sum of RGB (Red+Green+Blue) = 175+48+28=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301C is #50CFE3. Grayscale: #535353. Windows color (decimal): -5296100 or 1847471. OLE color: 1847471.

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

Color convert

RGB 175 48 28 -
CMYK 0 0.73 0.84 0.31
HSL 8.16º 0.72% 0.4% -
HSV(B) 8.16º 0.84% 0.69% -
XYZ 18.95 11.31 2.28 -
YUV 83.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 175 48 28 0 0.73 0.84 0.31 8.16 0.72 0.4
Hex AF 30 1C 0 49 54 1F 8 48 28
Octal 257 60 34 0 111 124 37 10 110 50
Binary 10101111 110000 11100 0 1001001 1010100 11111 1000 1001000 101000

Color Harmonies of #AF301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF301C

Black with #AF301C

Text Example


Text Example

White with #AF301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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