Html Css Color HEX #AF3020 Fire Brick

📋 copy color: '#AF3020'

red 175 ◦ green 48 ◦ blue 32

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

Shades of Fire Brick #AF3020

Tints of Fire Brick #AF3020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 68.63%
G = 18.82%
B = 12.55%

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

#AF3020 (or 0xAF3020) is known color: Fire Brick. HEX triplet: AF, 30 and 20. RGB value is (175,48,32). Sum of RGB (Red+Green+Blue) = 175+48+32=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3020 is #50CFDF. Grayscale: #545454. Windows color (decimal): -5296096 or 2109615. OLE color: 2109615.

HSL color Cylindrical-coordinate representation of color #AF3020: hue angle of 6.71º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF3020 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 32 -
CMYK 0 0.73 0.82 0.31
HSL 6.71º 0.69% 0.41% -
HSV(B) 6.71º 0.82% 0.69% -
XYZ 19 11.33 2.55 -
YUV 84.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 175 48 32 0 0.73 0.82 0.31 6.71 0.69 0.41
Hex AF 30 20 0 49 52 1F 7 45 29
Octal 257 60 40 0 111 122 37 7 105 51
Binary 10101111 110000 100000 0 1001001 1010010 11111 111 1000101 101001

Color Harmonies of #AF3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3020

Black with #AF3020

Text Example


Text Example

White with #AF3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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